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

Go to the source code of this file.

Functions

void fb_hArrayCtorObj (FBARRAY *array, FB_DEFCTOR ctor, size_t base_idx)
 
FBCALL int fb_ArrayClearObj (FBARRAY *array, FB_DEFCTOR ctor, FB_DEFCTOR dtor, int dofill)
 

Function Documentation

FBCALL int fb_ArrayClearObj ( FBARRAY array,
FB_DEFCTOR  ctor,
FB_DEFCTOR  dtor,
int  dofill 
)

Definition at line 34 of file array_clearobj.c.

Here is the call graph for this function:

void fb_hArrayCtorObj ( FBARRAY array,
FB_DEFCTOR  ctor,
size_t  base_idx 
)

Definition at line 5 of file array_clearobj.c.

Here is the caller graph for this function: