8 lines
104 B
C
8 lines
104 B
C
#include "types.h"
|
|
|
|
#ifndef ARGS_H
|
|
#define ARGS_H
|
|
|
|
parameters parse_args(int argc, char **argv);
|
|
|
|
#endif |