repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
flex
/
dist
/
lib
/
lib.c
blob
a8ff70f675b03b923fa0b662636099fce37050cb
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. */
5
6
void
do_nothing
(){
return
;}
7