Go to the documentation of this file.
49 #ifndef PETSCIICONV_H_
50 #define PETSCIICONV_H_
54 #include "contiki-conf.h"
62 void petsciiconv_toascii(
char *buf,
unsigned int len);
69 void petsciiconv_topetscii(
char *buf,
unsigned int len);
73 #define petsciiconv_toascii(buf, len)
74 #define petsciiconv_topetscii(buf, len)