函数逻辑报告 |
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 |
函数名称: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
函数原型:char *strchrnul(const char *s, int c)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | s | |
int | c |
431 | s自加 |
432 | 返回:s |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |