xref: /minix/external/bsd/flex/dist/lib/lib.c (revision 0a6a1f1d)
1 /* Since building an empty library could cause problems, we provide a
2  * function to go into the library. We could make this non-trivial by
3  * moving something that flex treats as a library function into this
4  * directory. */
5 
do_nothing()6 void do_nothing(){ return;}
7 
8