mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 07:31:12 -04:00
10 lines
323 B
C
10 lines
323 B
C
/* $NetBSD: lib.c,v 1.1.1.1 2013/04/06 14:05:53 christos Exp $ */
|
|
|
|
/* 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;}
|
|
|