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:strscpy_pad() - Copy a C-string into a sized buffer*@dest: Where to copy the string to*@src: Where to copy the string from*@count: Size of destination buffer* Copy the string, or as much of it as fits, into the dest buffer. The
Proto:ssize_t strscpy_pad(char *dest, const char *src, size_t count)
Type:ssize_t
Parameter:
Type | Parameter | Name |
---|---|---|
char * | dest | |
const char * | src | |
size_t | count |
271 | Return written |
Name | Describe |
---|---|
tc | () - Run a specific test case.*@src: Source string, argument to strscpy_pad()*@count: Size of destination buffer, argument to strscpy_pad()*@expected: Expected return value from call to strscpy_pad() |
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 |