FreeBASIC  0.91.0
array_destructobj.c File Reference
#include "fb.h"
Include dependency graph for array_destructobj.c:

Go to the source code of this file.

Functions

void fb_hArrayDtorObj (FBARRAY *array, FB_DEFCTOR dtor, size_t base_idx)
 
FBCALL void fb_ArrayDestructObj (FBARRAY *array, FB_DEFCTOR dtor)
 

Function Documentation

FBCALL void fb_ArrayDestructObj ( FBARRAY array,
FB_DEFCTOR  dtor 
)

Definition at line 33 of file array_destructobj.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void fb_hArrayDtorObj ( FBARRAY array,
FB_DEFCTOR  dtor,
size_t  base_idx 
)

Definition at line 5 of file array_destructobj.c.

Here is the caller graph for this function: