Add missing function prototypes.
This commit is contained in:
parent
25d98f6dab
commit
e81bd6de8f
1 changed files with 2 additions and 1 deletions
3
advent.h
3
advent.h
|
@ -86,7 +86,8 @@ extern lcg_state lcgstate;
|
|||
/* b is not needed for POSIX but harmless */
|
||||
#define READ_MODE "rb"
|
||||
#define WRITE_MODE "wb"
|
||||
|
||||
extern void* xmalloc(size_t);
|
||||
extern void packed_to_token(long, char token[6]);
|
||||
extern void newspeak(char*);
|
||||
extern void SPEAK(vocab_t);
|
||||
extern void PSPEAK(vocab_t,int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue