#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. | |
int | tte_con_nocash (struct _reent *r, int fd, const char *text, int len) |
int | tte_con_write (struct _reent *r, int fd, const char *text, int 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 |
Initial value:
{
"ttenocash",
0,
NULL,
NULL,
tte_con_nocash,
NULL,
NULL,
NULL
}
const devoptab_t tte_dotab_stdout |
Initial value:
{ "ttecon", 0, NULL, NULL, tte_con_write, NULL, NULL, NULL }