xref: /minix3/external/bsd/flex/dist/lib/lib.c (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
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