Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
const char * | s | |
int | c |
431 | s++ |
432 | Return s |
Name | Describe |
---|---|
device_node_string |
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 |