Generator/RB_TEST_Generate_Char [ Functions ]

NAME

RB_TEST_Generate_Char

SYNOPSIS

 *   void RB_TEST_Generate_Char( FILE * dest_doc, int c )

FUNCTION

Switchboard to RB_TEST_Generate_Char

SOURCE

void RB_TEST_Generate_Char(
    FILE *dest_doc,
    int c )
{
    switch ( c )
    {
    default:
        RB_FputcLatin1ToUtf8( dest_doc, c );
        break;
    }
}