/* $Revision: 1.1 $ */
int main()
{
    mlfEnterNewContext(0,0);

    /* Initialize variables. */

    /* Perform the work of main(). */

    mlfRestorePreviousContext(0,0);

    return(EXIT_SUCCESS);
}
