m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/19/b/mixins.c
blob: 9c2ae9e116822ac54d61168746244fd05268b8e6 (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

int yyerror(char *s) {
    printf("%s\n", s);
}

int yywrap() {
}