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:strim - Removes leading and trailing whitespace from @s.*@s: The string to be stripped.* Note that the first trailing whitespace is replaced with a %NUL-terminator* in the given string @s. Returns a pointer to the first non-whitespace* character in @s.
Proto:char *strim(char *s)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
char * | s |
510 | When end >= s && Note: isspace() must return false for %NUL-terminator ( * end) cycle |
511 | end-- |
512 | *(end + 1) = '\0' |
Name | Describe |
---|---|
rdtgroup_schemata_write | |
event_inject_write | |
apparmor_setprocattr |
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 |