aboutsummaryrefslogtreecommitdiffstats
path: root/argparse.h
diff options
context:
space:
mode:
authorPA4WDH2023-05-21 14:45:18 +0200
committerPA4WDH2023-05-21 14:45:18 +0200
commitf282d50f98c5b26afd69acdafd650a7e8fc570b4 (patch)
tree44de5e4130ac4f5ce937695cd95ebbfc4f126161 /argparse.h
parentFix all .h files (diff)
downloadcputemp2maxfreq-f282d50f98c5b26afd69acdafd650a7e8fc570b4.tar.gz
cputemp2maxfreq-f282d50f98c5b26afd69acdafd650a7e8fc570b4.tar.bz2
cputemp2maxfreq-f282d50f98c5b26afd69acdafd650a7e8fc570b4.zip
Add argument parsing and validation
Diffstat (limited to 'argparse.h')
-rw-r--r--argparse.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/argparse.h b/argparse.h
new file mode 100644
index 0000000..5d643c1
--- /dev/null
+++ b/argparse.h
@@ -0,0 +1,6 @@
+#ifndef HAVE_ARGPARSE_H
+#define HAVE_ARGPARSE_H
+
+void argparse(int argc, char **argv);
+
+#endif