Enable input editing with the linenoise library.
This commit is contained in:
parent
037f1df7dd
commit
63e971fc4c
5 changed files with 30 additions and 7 deletions
2
advent.h
2
advent.h
|
@ -118,7 +118,7 @@ extern long SETBIT(long);
|
|||
extern bool TSTBIT(long,int);
|
||||
extern long RNDVOC(long,long);
|
||||
extern void BUG(long) __attribute__((noreturn));
|
||||
extern void MAPLIN(FILE *);
|
||||
extern bool MAPLIN(FILE *);
|
||||
extern void TYPE(void);
|
||||
|
||||
extern void fSAVEIO(long,long,long*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue