|
hoshi-lang dev
Yet another programming language
|

Go to the source code of this file.
Macros | |
| #define | WAI_MALLOC(size) malloc(size) |
| #define | WAI_FREE(p) free(p) |
| #define | WAI_REALLOC(p, size) realloc(p, size) |
| #define WAI_FREE | ( | p | ) | free(p) |
Definition at line 28 of file whereami.cpp.
| #define WAI_MALLOC | ( | size | ) | malloc(size) |
Definition at line 24 of file whereami.cpp.
| #define WAI_REALLOC | ( | p, | |
| size | |||
| ) | realloc(p, size) |
Definition at line 32 of file whereami.cpp.