VPR-6.0

libvpr/include/ReadLine.h

Go to the documentation of this file.
00001 #ifndef READLINE_H
00002 #define READLINE_H
00003 
00004 extern char **ReadLineTokens(INOUTP FILE * InFile, INOUTP int *LineNum);
00005 extern int CountTokens(INP char **Tokens);
00006 extern void FreeTokens(INOUTP char ***TokensPtr);
00007 
00008 #endif
00009