Contiki 2.6

uip-log.c

00001 #include <stdio.h>
00002 
00003 void uip_log(char *msg)
00004 {
00005   printf("uip: %s\n", msg);
00006 }