m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/19/b/mixins.c
diff options
context:
space:
mode:
Diffstat (limited to '19/b/mixins.c')
-rw-r--r--19/b/mixins.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/19/b/mixins.c b/19/b/mixins.c
new file mode 100644
index 0000000..9c2ae9e
--- /dev/null
+++ b/19/b/mixins.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+int yyerror(char *s) {
+ printf("%s\n", s);
+}
+
+int yywrap() {
+}