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