#pragma once
#include <simpleble/export.h>
#include <simpleble_c/types.h>
#ifdef __cplusplus
extern "C" {
#endif
SIMPLEBLE_EXPORT simpleble_os_t simpleble_get_operating_system(void);
SIMPLEBLE_EXPORT const char* simpleble_get_version(void);
#ifdef __cplusplus
}
#endif