Generator/Generate_Char [ Functions ]

FUNCTION

Generate a single character in the current output mode. The individual generators will make sure that special characters are escaped.

SYNOPSIS

void Generate_Char(
    FILE *dest_doc,
    int cur_char )

INPUTS