00001 // textfile.h: interface for reading and writing text files00002 // www.lighthouse3d.com00003 //00004 // You may use these functions freely.00005 // they are provided as is, and no warranties, either implicit,00006 // or explicit are given00009
00010 char *textFileRead(char *fn);
00012 inttextFileWrite(char *fn, char *s);