8 lines
212 B
C
8 lines
212 B
C
#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
|