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_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.
Proto:long long simple_strtoll(const char *cp, char **endp, unsigned int base)
Type:long long
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | cp | |
char ** | endp | |
unsigned int | base |
Name | Describe |
---|---|
vsscanf | vsscanf - Unformat a buffer into a list of arguments*@buf: input buffer*@fmt: format of buffer*@args: arguments |
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 |