C:/Users/Michael/Documents/Visual Studio 2008/Projects/FlowVisFrame - Kopie/FlowVisFrame/textfile.h
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 int textFileWrite(char *fn, char *s);