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

15 lines
185 B
C

#ifndef NOTCURSES_NOTCURSES
#define NOTCURSES_NOTCURSES
#ifdef __cplusplus
extern "C" {
#endif
const char* notcurses_version(void);
#ifdef __cplusplus
} // extern "C"
#endif
#endif