Function report |
Source Code:lib\hexdump.c |
Create Date:2022-07-28 06:26:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:2hex - convert binary data to an ascii hexadecimal string*@dst: ascii hexadecimal result*@src: binary data*@count: binary data length
Proto:char *bin2hex(char *dst, const void *src, size_t count)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
char * | dst | |
const void * | src | |
size_t | count |
70 | dst = hex_byte_pack(dst, * _src++) |
71 | Return dst |
Name | Describe |
---|---|
uefi_blacklist_hash | Blacklist a hash. |
entry_status | generic stuff |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |