|
FreeBASIC
0.91.0
|
#include "fb.h"
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) |
| FBCALL void fb_ArrayDestructObj | ( | FBARRAY * | array, |
| FB_DEFCTOR | dtor | ||
| ) |
Definition at line 33 of file array_destructobj.c.


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