1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-05 02:00:31 +08:00

fix base16384_decode_fd

This commit is contained in:
源文雨
2022-10-17 12:56:55 +08:00
parent 9cfa8ad1bc
commit b9fcd2e153
3 changed files with 9 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ enum base16384_err_t {
base16384_err_write_file,
base16384_err_open_input_file,
base16384_err_map_input_file,
base16384_err_read_file,
};
// base16384_err_t is the return value of base16384_en/decode_file
typedef enum base16384_err_t base16384_err_t;