1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-03-06 06:30:50 +00:00
2009-07-11 14:22:45 +00:00

7 lines
76 B
C

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