FreeBASIC
0.91.0
|
Go to the source code of this file.
Functions | |
FBARRAY * | fb_hArrayAllocTmpDesc (void) |
void | fb_hArrayFreeTmpDesc (FBARRAY *src) |
FBARRAY * | fb_ArrayAllocTempDesc (FBARRAY **pdesc, void *arraydata, size_t element_len, size_t dimensions,...) |
FBCALL void | fb_ArrayFreeTempDesc (FBARRAY *pdesc) |
Variables | |
static FB_LIST | tmpdsList = { 0 } |
static FB_ARRAY_TMPDESC | fb_tmpdsTB [FB_ARRAY_TMPDESCRIPTORS] |
FBARRAY* fb_hArrayAllocTmpDesc | ( | void | ) |
Definition at line 17 of file array_tmpdesc.c.
void fb_hArrayFreeTmpDesc | ( | FBARRAY * | src) |
Definition at line 35 of file array_tmpdesc.c.
|
static |
Definition at line 13 of file array_tmpdesc.c.
|
static |
!!REMOVEME!!!
Definition at line 11 of file array_tmpdesc.c.