Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\ctype.h Create Date:2022-07-28 05:33:55
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Fast implementation of tolower() for internal usage. Do not use in your* code.

Proto:static inline char _tolower(const char c)

Type:char

Parameter:

TypeParameterName
const charc
65  Return c | 0x20
Caller
NameDescribe
format_decodeHelper function to decode printf style format