summaryrefslogtreecommitdiff
path: root/ipl/data/skelopt.icn
diff options
context:
space:
mode:
Diffstat (limited to 'ipl/data/skelopt.icn')
-rw-r--r--ipl/data/skelopt.icn36
1 files changed, 36 insertions, 0 deletions
diff --git a/ipl/data/skelopt.icn b/ipl/data/skelopt.icn
new file mode 100644
index 0000000..3c28f31
--- /dev/null
+++ b/ipl/data/skelopt.icn
@@ -0,0 +1,36 @@
+############################################################################
+#
+# File:
+#
+# Subject: Program
+#
+# Author:
+#
+# Date:
+#
+############################################################################
+#
+# This file is in the public domain.
+#
+############################################################################
+#
+#
+#
+############################################################################
+#
+# Requires:
+#
+############################################################################
+#
+# Links: options
+#
+############################################################################
+
+link options
+
+procedure main(args)
+ local opts
+
+ opts := options(args, "")
+
+end