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