FreeBASIC  0.91.0
common.bi
Go to the documentation of this file.
1 #define NULL 0
2 #define FALSE 0
3 #define TRUE (-1)
4 declare function xallocate(byval as long) as any ptr
5 declare function xcallocate(byval as long) as any ptr
6 declare function xreallocate(byval as any ptr, byval as long) as any ptr
7