You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/include/notcurses.h

18 lines
238 B
C

#ifndef NOTCURSES_NOTCURSES
#define NOTCURSES_NOTCURSES
#ifdef __cplusplus
extern "C" {
#endif
const char* notcurses_version(void);
5 years ago
int notcurses_init(void);
int notcurses_stop(void);
#ifdef __cplusplus
} // extern "C"
#endif
#endif