1*84d9c625SLionel Sambuc /* $NetBSD: lib.c,v 1.1.1.1 2013/04/06 14:05:53 christos Exp $ */ 2*84d9c625SLionel Sambuc 3*84d9c625SLionel Sambuc /* Since building an empty library could cause problems, we provide a 4*84d9c625SLionel Sambuc * function to go into the library. We could make this non-trivial by 5*84d9c625SLionel Sambuc * moving something that flex treats as a library function into this 6*84d9c625SLionel Sambuc * directory. */ 7*84d9c625SLionel Sambuc 8*84d9c625SLionel Sambuc void do_nothing(){ return;} 9*84d9c625SLionel Sambuc 10