Main Page
|
Class List
|
Directories
|
File List
|
Class Members
|
File Members
libc
strings.c File Reference
CKPM C library implementation of strings functions.
More...
#include "include/strings.h"
Functions
char *
index
(const char *s, int c)
Detailed Description
CKPM C library implementation of strings functions.
Function Documentation
char* index
(
const char *
s
,
int
c
)
locate character in string. See also index(3).
Parameters:
s
the string
c
the character to be searched in the string
Returns:
a pointer to the matched character or NULL if the character is not found
Generated on Thu Jul 13 03:56:36 2006 for CKPMcc by
1.4.4