textfile.h

Go to the documentation of this file.
00001 // textfile.h: interface for reading and writing text files
00002 // www.lighthouse3d.com
00003 //
00004 // You may use these functions freely.
00005 // they are provided as is, and no warranties, either implicit,
00006 // or explicit are given
00009 
00010 char *textFileRead(char *fn);
00012 int textFileWrite(char *fn, char *s);
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines