abyss_token.h
Go to the documentation of this file.00001 #ifndef ABYSS_TOKEN_H_INCLUDED
00002 #define ABYSS_TOKEN_H_INCLUDED
00003
00004 void
00005 NextToken(const char ** const pP);
00006
00007 char *
00008 GetToken(char ** const pP);
00009
00010
00011 #endif