Contiki 2.5
uip-log.c
1 #include <stdio.h>
2 
3 void uip_log(char *msg)
4 {
5  printf("uip: %s\n", msg);
6 }