#include "types.h"
Go to the source code of this file.
Namespaces | |
| namespace | ZFXMath |
Functions | |
| void | FillMemory (void *dest, unsigned __int32 count, unsigned __int8 character) |
| Sets a buffer to a character Sets a buffer to a character. | |
| void | ZeroMemory (void *dest, unsigned __int32 count) |
| Sets a buffer to 0 Sets a buffer to 0. | |
| void | CopyMemory (void *dest, const void *src, unsigned __int32 count) |
| Copy a buffer to another Copy a buffer to another. | |
| void | MoveMemory (void *dest, const void *src, unsigned __int32 count) |
| Move a buffer move a buffer. | |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
1.3.8