scufcont.h 184 B

1234567891011
  1. #ifndef SCUFCONT_H_
  2. #define SCUFCONT_H_
  3. typedef enum {
  4. SCUFCONT_SUCCESS,
  5. SCUFCONT_OUT_OF_MEMORY
  6. } ScufContResult;
  7. extern const char* SCUFCONT_VERSION;
  8. #endif // SCUFCONT_H_