repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Apply rev 1.21 from src/lib/libcrypto/man/ssl.3:
[netbsd-mini2440.git]
/
usr.bin
/
lex
/
libyywrap.c
blob
bdb09af30b4f9fcaf5dc48e7ce04ac35aa8637fd
1
/* libyywrap - flex run-time support library "yywrap" function */
2
3
/* $NetBSD: libyywrap.c,v 1.6 2002/01/31 22:43:54 tv Exp $ */
4
5
#if HAVE_NBTOOL_CONFIG_H
6
#include
"nbtool_config.h"
7
#endif
8
9
#include <sys/cdefs.h>
10
11
int
yywrap
__P
((
void
));
12
13
int
14
yywrap
()
15
{
16
return
1
;
17
}