Files
ncac/ncac.h
2018-01-07 22:32:10 -08:00

14 lines
215 B
C

#ifndef _NCAC_H_
#define _NCAC_H_
/**
* Cleans up before exit. Installed on SIGINT
*/
static void finish(int sig);
/**
* Sets up ncurses and internal data structures
*/
static void setup();
#endif // _NCAC_H_