Synopsis
PDX_BOOL ugn_IsComment(char *cchar, char *buf)
Purpose
Check for comment.
Description
Routine to determine if a character string is meant to be a comment line (prefaced with a special character). Routine searches string until either a comment character, a non-comment character, or a null character is found.
Input
cchar
Comment character
buf
String to scan
Return
PDX_TRUE or PDX_FALSE