Searched defs:fprintf (Results 1 – 1 of 1) sorted by relevance
39 # define fprintf(fd, ...) LWIP_PLATFORM_DIAG((__VA_ARGS__)) macro44 # define fprintf(fd, ...) { (void)fd; printf(__VA_ARGS__); } macro