err.h 135 B

1234567891011121314
  1. #ifndef __sti__err_h__
  2. #define __sti__err_h__
  3. enum {
  4. STI_ERR_NO_ERROR = 0,
  5. STI_ERR_PAREN_MISMATCH,
  6. };
  7. #endif // __sti__err_h__