First commit

This commit is contained in:
2026-08-09 16:29:53 +03:00
commit faa660125e
11 changed files with 599 additions and 0 deletions

11
include/scufcont.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef SCUFCONT_H_
#define SCUFCONT_H_
typedef enum {
SCUFCONT_SUCCESS,
SCUFCONT_OUT_OF_MEMORY
} ScufContResult;
extern const char* SCUFCONT_VERSION;
#endif // SCUFCONT_H_