9 lines
132 B
C
9 lines
132 B
C
#include "types.h"
|
|
|
|
#ifndef ARGS_H
|
|
#define ARGS_H
|
|
|
|
void args_parse(Parameters *params, int argc, char **argv);
|
|
|
|
#endif /* ARGS_H */
|