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 Sambucvoid do_nothing(){ return;} 7*84d9c625SLionel Sambuc 8