Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 184 Bytes

platform.h

File metadata and controls

18 lines (11 loc) · 184 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _INCL_PLATFORM_H_
#define _INCL_PLATFORM_H_
#include "universal.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
/* end of platform.h ... */