mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
7 lines
76 B
C
7 lines
76 B
C
#include <stdio.h>
|
|
|
|
void uip_log(char *msg)
|
|
{
|
|
printf("uip: %s\n", msg);
|
|
}
|