Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\string.c Create Date:2022-07-28 06:00:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:strchrnul - Find and return a character in a string, or end of string*@s: The string to be searched*@c: The character to search for* Returns pointer to first occurrence of 'c' in s. If c is not found, then

Proto:char *strchrnul(const char *s, int c)

Type:char

Parameter:

TypeParameterName
const char *s
intc
430  When s && s != c cycle
431  s++
432  Return s
Caller
NameDescribe
device_node_string