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)