1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-01-13 16:31:55 +00:00

7 lines
76 B
C
Raw Normal View History

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