12 lines
140 B
C
Raw Normal View History

#ifndef ABYSS_TOKEN_H_INCLUDED
#define ABYSS_TOKEN_H_INCLUDED
void
NextToken(char ** const p);
char *
GetToken(char ** const p);
#endif