|
Stardew Engine
|
Miscellaneous utility macros and functions that don't fit in other headers. More...
#include <string.h>

Go to the source code of this file.
Macros | |
| #define | ZeroMemory(dest, numBytes) memset(dest, 0, numBytes) |
Miscellaneous utility macros and functions that don't fit in other headers.
| #define ZeroMemory | ( | dest, | |
| numBytes | |||
| ) | memset(dest, 0, numBytes) |