NAME ^

m4.imc - An implementation of GNU m4 in PIR

DESCRIPTION ^

Copyright: 2004 Bernhard Schmalhofer. All Rights Reserved. CVS Info: $Id$ Overview: Main of Parrot m4. History: Ported from GNU m4 1.4 References: http://www.gnu.org/software/m4/m4.html

SUBROUTINES ^

_main ^

Looks at the command line arguments and acts accordingly.

void _usage( string program_name ) ^

Prints an usage message. Pass the program name as the first parameter. There are no return values.

TODO: Pass a flag for EXIT_FAILURE and EXIT_SUCCESS


parrot