#include <stdlib.h>
#include <string.h>
#include "cpp_scan.h"
#include "cpp_token.h"
Functions | |
_token * | Token_Create (char *file_name) |
initialise a variable of struct _token | |
void | Token_Destroy (struct _token *t) |
destroy a variable of struct _token | |
_token * | Token_Clone (struct _token *t) |
duplicate a token | |
int | Token_Equals (struct _token *t1, struct _token *t2) |
compare two tokens |
|
duplicate a token
|
|
initialise a variable of struct _token
|
|
destroy a variable of struct _token
|
|
compare two tokens
|