Files
ScufCont/include/scufcont/scufcont.h
T
2026-08-13 19:45:11 +03:00

12 lines
184 B
C

#ifndef SCUFCONT_H_
#define SCUFCONT_H_
typedef enum {
SCUFCONT_SUCCESS,
SCUFCONT_OUT_OF_MEMORY
} ScufContResult;
extern const char* SCUFCONT_VERSION;
#endif // SCUFCONT_H_