summaryrefslogtreecommitdiff
path: root/libyywrap.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1993-10-02 15:23:09 +0000
committerVern Paxson <vern@ee.lbl.gov>1993-10-02 15:23:09 +0000
commite41633078a7a9c3a484a0f097fd33b34ea9b02f6 (patch)
tree58fab113d6529ca1310704589ee49a7a7452f038 /libyywrap.c
parent759ab635e1695b80236ee1b4d4ea3b7586126ff5 (diff)
Initial revision
Diffstat (limited to 'libyywrap.c')
-rw-r--r--libyywrap.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/libyywrap.c b/libyywrap.c
new file mode 100644
index 0000000..aa2cb13
--- /dev/null
+++ b/libyywrap.c
@@ -0,0 +1,8 @@
+/* libyywrap - flex run-time support library "yywrap" function */
+
+/* $Header$ */
+
+int yywrap()
+ {
+ return 1;
+ }