This commit is contained in:
2025-09-25 16:56:53 +08:00
parent e44678d519
commit 1d9da56656
88 changed files with 18171 additions and 0 deletions

7
ff_fferror.h Normal file
View File

@@ -0,0 +1,7 @@
#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