|
pico-binary-info
Portable Pi Pico binary_info parser
|
This library uses negative numbered constants for error codes. More...
Enumerations | |
| enum | pico_binary_info_error { PICO_BI_ENOTFOUND = 1 , PICO_BI_ENOHEADER , PICO_BI_EWRONGTYPE , PICO_BI_ERANGE , PICO_BI_EBADADDR } |
| Library error codes, returned negated (e.g. More... | |
This library uses negative numbered constants for error codes.
As a rule of thumb, whenever an function returns an integer, a negative number will imply an error.
Library error codes, returned negated (e.g.
-PICO_BI_ENOTFOUND).