int32_t decode_hex(uint8_t *bytes,int32_t n,char *hex)

This commit is contained in:
jl777
2019-02-10 02:50:08 -11:00
parent 4a30b0a8bc
commit a4601816b8
2 changed files with 7 additions and 3 deletions

View File

@@ -182,5 +182,8 @@ void md_onsignal_autosave(void);
void md_onsignal_exit(void);
void md_onsignal_default(void);
int md_issymlink(char *sp);
int32_t decode_hex(uint8_t *bytes,int32_t n,char *hex);
#endif