|
C-Menu 0.2.9
A User Interface Toolkit
|
#include <locale.h>#include <notcurses/notcurses.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <wchar.h>Go to the source code of this file.
Macros | |
| #define | __USE_XOPEN 1 |
| #define | _XOPEN_SOURCE_EXTENDED 1 |
Functions | |
| int | main () |
| size_t | ui_nccells_from_text (struct ncplane *stdn, const char *text, struct nccell *cell) |
| int main | ( | void | ) |
Definition at line 13 of file egc.c.
References ui_nccells_from_text().
| size_t ui_nccells_from_text | ( | struct ncplane * | stdn, |
| const char * | text, | ||
| struct nccell * | cell ) |
Definition at line 37 of file egc.c.
Referenced by main().