home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
MISC
/
MN325SRC.ZIP
/
makenl-3.2.5
/
src
/
osgencan.c
< prev
next >
Wrap
Text File
|
2005-02-06
|
142b
|
8 lines
/* $Id: osgencan.c,v 1.3 2004/07/13 08:33:19 ozzmosis Exp $ */
char *os_filecanonify(char *s)
{
os_deslashify(s);
return s;
}