函数逻辑报告 |
Source Code:lib\string.c |
Create Date:2022-07-27 06:59:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:ssize_t strscpy_pad(char *dest, const char *src, size_t count)
返回类型:ssize_t
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | dest | |
const char * | src | |
size_t | count |
271 | 返回:written |
名称 | 描述 |
---|---|
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() |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |