|
libtonc
|
#include <stdio.h>#include <string.h>#include <stdarg.h>#include <sys/iosupport.h>#include "tonc_tte.h"#include "tonc_nocash.h"Functions | |
| uint | utf8_decode_char (const char *ptr, char **endptr) |
| Retrieve a single multibyte utf8 character. | |
| void | tte_init_con () |
| Init stdio capabilities. | |
| int | tte_cmd_vt100 (const char *text) |
| Parse for VT100-sequences. | |
| ssize_t | tte_con_nocash (struct _reent *r, void *fd, const char *text, size_t len) |
| ssize_t | tte_con_write (struct _reent *r, void *fd, const char *text, size_t len) |
| Internal routine for stdio functionality. | |
Variables | |
| const devoptab_t | tte_dotab_stdout |
| const devoptab_t | tte_dotab_nocash |
| const devoptab_t tte_dotab_nocash |
| const devoptab_t tte_dotab_stdout |