Function report |
Source Code:lib\string.c |
Create Date:2022-07-28 06:00:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:strncasecmp - Case insensitive, length-limited string comparison*@s1: One string*@s2: The other string*@len: the maximum number of characters to compare
Proto:int strncasecmp(const char *s1, const char *s2, size_t len)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | s1 | |
const char * | s2 | |
size_t | len |
48 | If Not len Then Return 0 |
51 | Do |
Name | Describe |
---|---|
kdb_parsebp |
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 |