hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
whereami.cpp File Reference
#include "whereami.h"
#include <stdlib.h>
Include dependency graph for whereami.cpp:

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)
 

Macro Definition Documentation

◆ WAI_FREE

#define WAI_FREE (   p)    free(p)

Definition at line 28 of file whereami.cpp.

◆ WAI_MALLOC

#define WAI_MALLOC (   size)    malloc(size)

Definition at line 24 of file whereami.cpp.

◆ WAI_REALLOC

#define WAI_REALLOC (   p,
  size 
)    realloc(p, size)

Definition at line 32 of file whereami.cpp.