Function report |
Source Code:lib\string.c |
Create Date:2022-07-28 06:00:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:check_bytes8
Proto:static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const u8 * | start | |
u8 | value | |
unsigned int | bytes |
1018 | Return NULL |
Name | Describe |
---|---|
memchr_inv | memchr_inv - Find an unmatching character in an area of memory.*@start: The memory area*@c: Find a character other than c*@bytes: The size of the area.* returns the address of the first character other than @c, or %NULL |
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 |