libtonc
tte_iohook.c File Reference
#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
 

Detailed Description

Author
J Vijn
Date
20070517 - 20070517

Variable Documentation

◆ tte_dotab_nocash

const devoptab_t tte_dotab_nocash
Initial value:
=
{
"ttenocash",
0,
NULL,
NULL,
tte_con_nocash,
NULL,
NULL,
NULL
}

◆ tte_dotab_stdout

const devoptab_t tte_dotab_stdout
Initial value:
=
{
"ttecon",
0,
NULL,
NULL,
NULL,
NULL,
NULL
}
ssize_t tte_con_write(struct _reent *r, void *fd, const char *text, size_t len)
Internal routine for stdio functionality.
Definition tte_iohook.c:184