Next: strchr, Previous: sscanf, Up: C library functions [Index]
strcat,
strcasecmp
, strcmp,
and strcpy
FunctionsThe strcat(3), strcasecmp(3), strcmp(3), and
strcpy(3) functions work in most statements. When necessary,
Ctalk uses cStrcat
, cStrcasecmp
, cStrcmp
, and
cStrcpy
(class CFunction
). See CFunction.