client-c  0.8.1
leaf_platform.h
Go to the documentation of this file.
1 
17 /*
18 leaf_platform.h
19  Created on: Jan 15, 2015
20  Author: Andriy Panasenko <apanasenko@cybervisiontech.com>
21 */
22 
23 #ifndef LEAF_PLATFORM_H_
24 #define LEAF_PLATFORM_H_
25 
26 #include <time.h>
27 #include <stdarg.h>
28 #include <string.h>
29 #include <stdio.h>
30 #include <stdint.h>
31 
32 #endif /* LEAF_PLATFORM_H_ */