summaryrefslogtreecommitdiff
path: root/lib/lib.c
blob: e540e8d170971ec1e7742e37edc5353194037930 (plain)
1
2
3
4
5
6
7
/* Since building an empty library could cause problems, we provide a
 * function to go into the library. We could make this non-trivial by
 * moving something that flex treats as a library function into this
 * directory. */

void do_nothing(void){ return;}