patch 4.0

This commit is contained in:
wangzelin.wzl
2022-10-24 10:34:53 +08:00
parent 4ad6e00ec3
commit 93a1074b0c
10533 changed files with 2588271 additions and 2299373 deletions

View File

@ -18,10 +18,14 @@
extern "C" {
#endif
int parser_to_hex_cstr(const void* in_data, const int64_t data_length, char* buff, const int64_t buff_size);
int parser_to_hex_cstr(const void *in_data, const int64_t data_length, char *buff,
const int64_t buff_size);
int parser_to_hex_cstr_(
const void* in_data, const int64_t data_length, char* buf, const int64_t buf_len, int64_t* pos, int64_t* cstr_pos);
int parser_to_hex_cstr_(const void *in_data, const int64_t data_length,
char *buf, const int64_t buf_len,
int64_t *pos,
int64_t *cstr_pos);
#ifdef __cplusplus
}