Function CDM_Strcmp


Definition:#include <CDM.h>
Prototype:int CDM_Strcmp(CDM_CONST char *str1, CDM_CONST char *str2);
Arguments:


Prototype:int CDM_Strcmp(Tcl_Obj *str1, Tcl_Obj *str2);
Arguments:

C/C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

int CDM_Strcmp(CDM_CONST char *str1, CDM_CONST char *str2):
Compare two UTF-8 strings...

int CDM_Strcmp(Tcl_Obj *str1, Tcl_Obj *str2):
Compare two UTF-8 strings...


Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.