diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-05-22 09:43:59 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-05-22 09:43:59 +1000 |
| commit | 77aa9a3259ddfd6c64534d63424d5b0fa3010900 (patch) | |
| tree | 3744ec77c3cbe164457d1e421fd4bf7dceff4c02 /include/tinyff/result.h | |
| parent | 4d42b317f4970bd08f9b81fcc184fc015736ff58 (diff) | |
refactor: move benches to include directory
Diffstat (limited to 'include/tinyff/result.h')
| -rw-r--r-- | include/tinyff/result.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tinyff/result.h b/include/tinyff/result.h index f15af1b..f167277 100644 --- a/include/tinyff/result.h +++ b/include/tinyff/result.h @@ -24,6 +24,7 @@ typedef enum { // Generic FF_RESULT_ERROR_OUT_OF_BOUNDS, + FF_RESULT_ERROR_NULL_PTR, // Media specific |
