Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:_parse_integer_fixup_radix

Proto:const char *_parse_integer_fixup_radix(const char *s, unsigned int *base)

Type:char

Parameter:

TypeParameterName
const char *s
unsigned int *base
26  If base == 0 Then
27  If s[0] == '0' Then
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