void reverseMemory

(void* ptr_, int block_size, int n_blocks)

Reverse n_blocks of memory starting from ptr_.

Documentation

Reverse n_blocks of memory starting from ptr_. In each block of size block_size, reverse the memory byte per byte.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.