client-c  0.8.1
esp8266_stdio.h
Go to the documentation of this file.
1 
17 #ifndef ESP8266_STDIO_H
18 #define ESP8266_STDIO_H
19 
20 #include <stdio.h>
21 #undef stdout
22 #define stdout 0
23 
24 #define KAA_EXIT(e) exit(e)
25 
26 #endif /* ESP8266_STDIO_H */