FreeBASIC  0.91.0
array_eraseobj.c
Go to the documentation of this file.
1 /* ERASE for dynamic arrays of objects: destruct elements and free the array */
2 
3 #include "fb.h"
4 
6 {
7  fb_ArrayDestructObj( array, dtor );
8  fb_ArrayErase( array, 0 );
10 }