13 lines
164 B
C
13 lines
164 B
C
|
|
#ifndef NIXIDE_API_EXPR_H
|
||
|
|
#define NIXIDE_API_EXPR_H
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
} // extern "C"
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif // NIXIDE_API_EXPR_H
|