00001 #ifndef __LIBCONIO_ARCH_MSLL_H__ 00002 #define __LIBCONIO_ARCH_MSLL_H__ 00003 #include "contiki.h" 00004 00005 void clrscr_arch(void); 00006 void libputc_arch(unsigned char ch); 00007 void libputs_arch(char* str); 00008 00009 unsigned char wherex(void); 00010 unsigned char wherey(void); 00011 void gotoxy(unsigned char x, unsigned char y); 00012 00013 00014 #endif /* __LIBCONIO_ARCH_MSLL_H__ */