FreeBASIC  0.91.0
common.bi File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NULL   /* 0 */
 
#define FALSE   /* 0 */
 
#define TRUE   (-1)
 

Functions

function_as_any_ptr xallocate (byval_as_long)
 
function_as_any_ptr xcallocate (byval_as_long)
 
function_as_any_ptr xreallocate (byval_as_any_ptr, byval_as_long)
 

Macro Definition Documentation

#define FALSE   /* 0 */

Definition at line 2 of file common.bi.

#define NULL   /* 0 */

Definition at line 1 of file common.bi.

#define TRUE   (-1)

Definition at line 3 of file common.bi.

Function Documentation

function_as_any_ptr xallocate ( byval_as_long  )

Definition at line 13 of file list.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_any_ptr xcallocate ( byval_as_long  )

Definition at line 21 of file list.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_any_ptr xreallocate ( byval_as_any_ptr  ,
byval_as_long   
)

Definition at line 29 of file list.bas.

Here is the call graph for this function:

Here is the caller graph for this function: