17 lines
172 B
C
17 lines
172 B
C
|
|
#ifndef iotelic_global_H
|
|
#define iotelic_global_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define IOTELIC_OK 0
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // iotelic_global_H
|