mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 23:20:29 -04:00
8 lines
256 B
C
8 lines
256 B
C
/* Since building an empty library could cause problems, we provide a
|
|
* function to go into the library. We could make this non-trivial by
|
|
* moving something that flex treats as a library function into this
|
|
* directory. */
|
|
|
|
void do_nothing(){ return;}
|
|
|