etc/services - sync with NetBSD-8
[minix.git] / external / bsd / flex / dist / lib / lib.c
bloba8ff70f675b03b923fa0b662636099fce37050cb
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. */
6 void do_nothing(){ return;}