134 if(strchr(in,
' ') || strchr(in,
'\t'))
136 hasWhitespace =
TRUE;
162 for(chp=in; *chp; chp++)
209 len = 2 * strlen(
string);
213 if((buffer=(
char *)malloc(len*
sizeof(
char)))==
NULL)
222 fprintf(out,
"%s ", buffer);
int blCountchar(char *string, char ch)
BOOL blWrapString(char *in, char *out, int maxlen)
BOOL blWrapPrint(FILE *out, char *string)
Header file for general purpose routines.
System-type variable type definitions.