Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
alloc.h
Go to the documentation of this file.
1#ifndef _MSL_COMMON_ALLOC_H
2#define _MSL_COMMON_ALLOC_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8void free(void* ptr);
9
10#ifdef __cplusplus
11}
12#endif
13
14#endif /* _MSL_COMMON_ALLOC_H */
void free(void *ptr)
Definition alloc.c:328