Function report | 
Source Code:lib\kstrtox.c | 
Create Date:2022-07-28 06:26:20 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:kstrtoll - convert a string to a long long*@s: The start of the string. The string must be null-terminated, and may also* include a single newline before its terminating null. The first character* may also be a plus sign or a minus sign.
Proto:int kstrtoll(const char *s, unsigned int base, long long *res)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const char * | s | |
| unsigned int | base | |
| long long * | res | 
| 150 | If s[0] == '-' Then | 
| 151 | rv = _kstrtoull(s + 1, base, & tmp) | 
| 157 | Else | 
| 165 | Return 0 | 
| Name | Describe | 
|---|---|
| _kstrtol | Internal, do not use. | 
| kstrtoint | kstrtoint - convert a string to an int*@s: The start of the string. The string must be null-terminated, and may also* include a single newline before its terminating null. The first character* may also be a plus sign or a minus sign. | 
| kstrtos16 | |
| kstrtos8 | |
| kstrtoll_from_user | |
| pids_max_write | |
| parse_pred | Called when a predicate is encountered by predicate_parse() | 
| parse_field | 
| 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  |