FreeBASIC  0.91.0
array_tmpdesc.c File Reference
#include "fb.h"
#include <stddef.h>
Include dependency graph for array_tmpdesc.c:

Go to the source code of this file.

Functions

FBARRAYfb_hArrayAllocTmpDesc (void)
 
void fb_hArrayFreeTmpDesc (FBARRAY *src)
 
FBARRAYfb_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]
 

Function Documentation

FBARRAY* fb_ArrayAllocTempDesc ( FBARRAY **  pdesc,
void *  arraydata,
size_t  element_len,
size_t  dimensions,
  ... 
)

Definition at line 47 of file array_tmpdesc.c.

Here is the call graph for this function:

FBCALL void fb_ArrayFreeTempDesc ( FBARRAY pdesc)

Definition at line 106 of file array_tmpdesc.c.

Here is the call graph for this function:

FBARRAY* fb_hArrayAllocTmpDesc ( void  )

Definition at line 17 of file array_tmpdesc.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void fb_hArrayFreeTmpDesc ( FBARRAY src)

Definition at line 35 of file array_tmpdesc.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

Definition at line 13 of file array_tmpdesc.c.

FB_LIST tmpdsList = { 0 }
static

!!REMOVEME!!!

Definition at line 11 of file array_tmpdesc.c.