summaryrefslogtreecommitdiff
path: root/include/getopt-min.h
diff options
context:
space:
mode:
authorLeo C2014-12-16 16:03:06 +0100
committerLeo C2014-12-16 16:03:06 +0100
commit35edb766593d019b89a3f40b6d6cdd2b50f18032 (patch)
treed46f856c2f2b5f27b479162b234ff8bafcd8c349 /include/getopt-min.h
parent15e476bc8dcadb88cad1e593e22cbeca62d05edb (diff)
downloadz180-stamp-35edb766593d019b89a3f40b6d6cdd2b50f18032.zip
Add copyright notice
Diffstat (limited to 'include/getopt-min.h')
-rw-r--r--include/getopt-min.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/getopt-min.h b/include/getopt-min.h
index 9f7729e..6495ebf 100644
--- a/include/getopt-min.h
+++ b/include/getopt-min.h
@@ -1,12 +1,11 @@
#ifndef GETOPT_MIN_H
#define GETOPT_MIN_H
-int getopt( /* returns letter, '?', EOF */
- int argc, /* argument count from main */
- char *const argv[], /* argument vector from main */
+int getopt( /* returns letter, '?', EOF */
+ int argc, /* argument count from main */
+ char *const argv[], /* argument vector from main */
const FLASH char * optstring ); /* allowed args, e.g. "ab:c" */
extern int optind;
#endif /* GETOPT_MIN_H */
-