FreeBASIC  0.91.0
array_erasestr.c
Go to the documentation of this file.
1 /* ERASE for dynamic arrays of var-len strings */
2 
3 #include "fb.h"
4 
6 {
7  fb_ArrayErase( array, -1 );
8 }