FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
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
5
FBCALL
void
fb_ArrayStrErase
(
FBARRAY
*array )
6
{
7
fb_ArrayErase
( array, -1 );
8
}
rtlib
array_erasestr.c
Generated on Thu Jan 23 2014 19:40:07 for FreeBASIC by
1.8.4