client-c  0.8.1
posix_stdio.h
Go to the documentation of this file.
1 
17 /*
18 posix_stdio.h
19  Created on: Jan 15, 2015
20  Author: Andriy Panasenko <apanasenko@cybervisiontech.com>
21 */
22 
23 #ifndef POSIX_STDIO_H_
24 #define POSIX_STDIO_H_
25 
26 #include <stdio.h>
27 
28 #define KAA_EXIT(e) exit(e)
29 
30 #endif /* POSIX_STDIO_H_ */