diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-01-30 21:11:12 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-01-30 21:11:12 +0100 |
| commit | 260f05025631031b7cc4904805d5017feaf53eda (patch) | |
| tree | d5a723bb7bbbc9f8b598712723fe3d8290c0a54c /src/command_line.h | |
initial commit
Diffstat (limited to 'src/command_line.h')
| -rw-r--r-- | src/command_line.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/command_line.h b/src/command_line.h new file mode 100644 index 0000000..74daa8d --- /dev/null +++ b/src/command_line.h @@ -0,0 +1,12 @@ +/* +* BSD 2-Clause “Simplified” License +* Copyright (c) 2019, Aldrik Ramaekers, aldrik.ramaekers@protonmail.com +* All rights reserved. +*/ + +#ifndef INCLUDE_COMMAND_LINE +#define INCLUDE_COMMAND_LINE + +void handle_command_line_arguments(int argc, char **argv); + +#endif
\ No newline at end of file |
