Go to the documentation of this file.
50 #ifndef __PETSCIICONV_H__
51 #define __PETSCIICONV_H__
55 #include "contiki-conf.h"
63 void petsciiconv_toascii(
char *buf,
unsigned int len);
70 void petsciiconv_topetscii(
char *buf,
unsigned int len);
74 #define petsciiconv_toascii(buf, len)
75 #define petsciiconv_topetscii(buf, len)