| version 1.1 | | version 1.2 |
|---|
| | |
| * Prototypes for accessing arguments. | | * Prototypes for accessing arguments. |
| * | | * |
| * $Log$ | | * $Log$ |
| * Revision 1.1 1999/06/14 22:02:08 donut | | * Revision 1.2 2002/04/01 01:21:57 donut |
| * Initial revision | | * allow arbitrary resolutions to be specified on command line |
| | | * |
| | | * Revision 1.1.1.1 1999/06/14 22:02:08 donut |
| | | * Import of d1x 1.37 source. |
| * | | * |
| * Revision 2.0 1995/02/27 11:33:09 john | | * Revision 2.0 1995/02/27 11:33:09 john |
| * New version 2.0, which has no anonymous unions, builds with | | * New version 2.0, which has no anonymous unions, builds with |
| | |
| extern int Num_args; | | extern int Num_args; |
| extern char * Args[]; | | extern char * Args[]; |
| extern int FindArg( char * s ); | | extern int FindArg( char * s ); |
| | | extern int FindResArg( char *prefix, int *sw, int *sh ); |
| //added/edited on 1/11/99 by dph | | //added/edited on 1/11/99 by dph |
| extern void InitArgs( int argc, char **argv ); | | extern void InitArgs( int argc, char **argv ); |
| //end this section addition/change -dph | | //end this section addition/change -dph |