volta.h
changeset 9 bdf20e6eefd7
parent 4 5701b7859a31
child 10 d07309450285
equal deleted inserted replaced
8:8d0f25ef038e 9:bdf20e6eefd7
    83 /*
    83 /*
    84  *
    84  *
    85  * Function prototypes
    85  * Function prototypes
    86  *
    86  *
    87  */
    87  */
       
    88 int getopt( int, char * const [], const char *);
    88 
    89 
    89 void usage( char *prg );
    90 void usage( char *prg );
    90 void debug( int level, char *file, int line, const char *fmt, ... );
    91 void debug( int level, char *file, int line, const char *fmt, ... );
    91 char *slurp_file( char *file );
    92 char *slurp_file( char *file );
    92 char *extend_line( char *line, const char *buf );
    93 char *extend_line( char *line, const char *buf );