diff options
Diffstat (limited to 'helpers.h')
| -rw-r--r-- | helpers.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -7,6 +7,7 @@  #define KEY_ESCAPE 0x1b  extern void *xmalloc(size_t size); +extern unsigned long strict_strtoul(const char *nptr, int base);  extern void cursinit(void);  extern void cursupdate(void); | 
