Download this file
12 lines (8 with data), 158 Bytes
| /* wstring deletion function */
#include "fb.h"
FBCALL void fb_WstrDelete ( FB_WCHAR *str )
{
if( str == NULL )
return;
fb_wstr_Del( str );
}
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.