FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
sys_getshortpath.c
Go to the documentation of this file.
1
#include "../fb.h"
2
3
char
*
fb_hGetShortPath
(
char
*src,
char
*dst, ssize_t maxlen )
4
{
5
/* !!!WRITEME!!! */
6
strncpy(dst, src, maxlen);
7
return
dst;
8
}
rtlib
xbox
sys_getshortpath.c
Generated on Thu Jan 23 2014 19:40:10 for FreeBASIC by
1.8.4