Improving string for C++

This commit is contained in:
Krzosa Karol
2024-01-13 17:09:38 +01:00
parent 3408f3a1ff
commit 1dc0eceeba
12 changed files with 89 additions and 55 deletions

View File

@@ -1,11 +1,7 @@
// Quick and dirty filesystem operations
#ifndef OS_API
#ifdef __cplusplus
#define OS_API extern "C"
#else
#define OS_API
#endif
#define OS_API
#endif
typedef enum OS_Result {