123 int extl = strlen(ext),
124 strl = strlen(
string);
129 buff1 = (
char *)malloc(strl *
sizeof(
char));
130 buff2 = (
char *)malloc(extl *
sizeof(
char));
134 if(buff1) free(buff1);
135 if(buff2) free(buff2);
142 if(strncmp(buff2,buff1+(strl-extl),extl))
void blStringToUpper(char *string1, char *string2)
BOOL blCheckExtn(char *string, char *ext)
Header file for general purpose routines.
System-type variable type definitions.