12 lines
184 B
C
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_
|