source:
GTP/trunk/Lib/Illum/GPUObscurancesGT/include/textfile.h
@
930
Revision 930, 365 bytes checked in by igarcia, 19 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[930] | 1 | // textfile.h: interface for reading and writing text files |
2 | // www.lighthouse3d.com | |
3 | // | |
4 | // You may use these functions freely. | |
5 | // they are provided as is, and no warranties, either implicit, | |
6 | // or explicit are given | |
7 | ////////////////////////////////////////////////////////////////////// | |
8 | ||
9 | char *textFileRead(char *fn); | |
10 | int textFileWrite(char *fn, char *s); |
Note: See TracBrowser
for help on using the repository browser.