9 lines
184 B
C
9 lines
184 B
C
#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__ */
|