Removed unused code, reindented
This commit is contained in:
parent
0e2c851131
commit
03b2f1c86e
3 changed files with 51 additions and 63 deletions
1
advent.h
1
advent.h
|
@ -206,7 +206,6 @@ extern void packed_to_token(long, char token[]);
|
|||
extern long token_to_packed(const char token[]);
|
||||
extern void tokenize(char*, struct command_t *);
|
||||
extern void vspeak(const char*, bool, va_list);
|
||||
extern bool wordeq(token_t, token_t);
|
||||
extern bool wordempty(token_t);
|
||||
extern void wordclear(token_t *);
|
||||
extern void speak(const char*, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue