Function report |
Source Code:lib\vsprintf.c |
Create Date:2022-07-28 06:11:56 |
Last Modify:2022-05-21 09:47:42 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:simple_strtoull - convert a string to an unsigned long long*@cp: The start of the string*@endp: A pointer to the end of the parsed string will be placed here*@base: The number base to use* This function is obsolete. Please use kstrtoull instead.
Proto:unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base)
Type:unsigned long long
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | cp | |
char ** | endp | |
unsigned int | base |
68 | cp = _parse_integer_fixup_radix(cp, & base) |
71 | cp += rv & ~KSTRTOX_OVERFLOW |
76 | Return result |
Name | Describe |
---|---|
simple_strtoul | simple_strtoul - convert a string to an unsigned long*@cp: The start of the string*@endp: A pointer to the end of the parsed string will be placed here*@base: The number base to use* This function is obsolete. Please use kstrtoul instead. |
simple_strtoll | simple_strtoll - convert a string to a signed long long*@cp: The start of the string*@endp: A pointer to the end of the parsed string will be placed here*@base: The number base to use* This function is obsolete. Please use kstrtoll instead. |
vsscanf | vsscanf - Unformat a buffer into a list of arguments*@buf: input buffer*@fmt: format of buffer*@args: arguments |
memparse | memparse - parse a string with mem suffixes into a number*@ptr: Where parse begins*@retptr: (output) Optional pointer to next char after parse completes* Parses a string into a number. The number stored at @ptr is |
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 |