tbsp/source/cli.h
2024-09-15 02:19:58 +02:00

8 lines
182 B
C

#ifndef CLI_H
#define CLI_H
extern char * const output_file_name;
extern char * const input_file_name;
int handle_arguments(const int argc, const char * const * const argv);
#endif