Files
mars-nwe/include/core/core.h
Patch Bot 01ed39c1b0
All checks were successful
Source release / source-package (push) Successful in 1m4s
Add nwcore and nwssl root libraries
2026-06-04 20:54:41 +02:00

15 lines
182 B
C

#ifndef MARS_NWE_CORE_H
#define MARS_NWE_CORE_H
#ifdef __cplusplus
extern "C" {
#endif
const char *nwcore_version(void);
#ifdef __cplusplus
}
#endif
#endif /* MARS_NWE_CORE_H */