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
Create SFFS library out of HGFS
[minix.git]
/
commands
/
lex
/
libyywrap.c
blob
25a0cda61e0ff8d806e68ed3485d474afc5c2d94
1
/* libyywrap - flex run-time support library "yywrap" function */
2
3
/* $Header$ */
4
5
int
yywrap
(
void
)
6
{
7
return
1
;
8
}