Files
ScufCont/include/scufcont.h
2026-08-09 16:29:53 +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_