The libconio_arch-small is architecture-depend implementation of console I/O with minimum size for the server mode.

This commit is contained in:
matsutsuka 2007-09-30 12:46:34 +00:00
parent 3ace4c55cd
commit d6ec25e37c
2 changed files with 110 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#ifndef __LIBCONIO_ARCH_MSLL_H__
#define __LIBCONIO_ARCH_MSLL_H__
#include "contiki.h"
void clrscr_arch();
void libputc_arch(unsigned char ch);
#endif /* __LIBCONIO_ARCH_MSLL_H__ */