diff options
Diffstat (limited to 'inc/thing.h')
-rw-r--r-- | inc/thing.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/inc/thing.h b/inc/thing.h new file mode 100644 index 0000000..76a935a --- /dev/null +++ b/inc/thing.h @@ -0,0 +1,16 @@ +/* + * thing.h + * + * Created on: Jul 6, 2018 + * Author: jpark + */ + +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + +void init_thing(); + +#ifdef __cplusplus +} +#endif /* __cplusplus */ |