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

Go to the source code of this file.

Functions

int fb_ArrayRedimObj (FBARRAY *array, size_t element_len, FB_DEFCTOR ctor, FB_DEFCTOR dtor, size_t dimensions,...)
 

Function Documentation

int fb_ArrayRedimObj ( FBARRAY array,
size_t  element_len,
FB_DEFCTOR  ctor,
FB_DEFCTOR  dtor,
size_t  dimensions,
  ... 
)

Definition at line 6 of file array_redim_obj.c.

Here is the call graph for this function: