Implementing the functions
Each implementation file will include the header and also define the structure
- #include ``Token.h''
- struct Token {
char *s;
enum Toktype t;
};
If there are multiple implementation files, the definition might go into another header