Function report |
Source Code:lib\kstrtox.c |
Create Date:2022-07-28 06:26:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:_parse_integer_fixup_radix
Proto:const char *_parse_integer_fixup_radix(const char *s, unsigned int *base)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | s | |
unsigned int * | base |
26 | If base == 0 Then |
27 | If s[0] == '0' Then |
28 | If Fast implementation of tolower() for internal usage. Do not use in your* code. == 'x' && isxdigit(s[2]) Then base = 16 |
30 | Else base = 8 |
32 | Else base = 10 |
35 | If base == 16 && s[0] == '0' && Fast implementation of tolower() for internal usage. Do not use in your* code. == 'x' Then s += 2 |
37 | Return s |
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 |