Function report |
Source Code:lib\string.c |
Create Date:2022-07-28 06:00:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:strspn - Calculate the length of the initial substring of @s which only contain letters in @accept*@s: The string to be searched*@accept: The string to search for
Proto:size_t strspn(const char *s, const char *accept)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | s | |
const char * | accept |
561 | count = 0 |
572 | Return count |
Name | Describe |
---|---|
device_node_string | |
apm_setup |
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 |