Files
gdmp/ff_fferror.h

8 lines
212 B
C
Raw Normal View History

2025-09-25 16:56:53 +08:00
#ifndef FF_FFERROR_H
#define FF_FFERROR_H
#define EIJK_FAILED -1
#define EIJK_OUT_OF_MEMORY -2
#define EIJK_INVALID_STATE -3
#define EIJK_NULL_IS_PTR -4
#endif // FF_FFERROR_H