FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
strw_alloc.c
Go to the documentation of this file.
1
/* wstring allocation function */
2
3
#include "
fb.h
"
4
5
FBCALL
FB_WCHAR
*
fb_WstrAlloc
( ssize_t chars )
6
{
7
if
( chars <= 0 )
8
return
NULL
;
9
10
return
fb_wstr_AllocTemp
( chars );
11
}
rtlib
strw_alloc.c
Generated on Thu Jan 23 2014 19:40:13 for FreeBASIC by
1.8.4