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
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9void free(void* ptr);
10
11#ifdef __cplusplus
12}
13#endif
14
15#endif /* _MSL_COMMON_ALLOC_H */
void free(void *ptr)
Definition alloc.c:330