[BACK]Return to libyywrap.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / lex

File: [local] / src / usr.bin / lex / libyywrap.c (download)

Revision 1.1.1.1 (vendor branch), Wed Oct 18 08:45:31 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines

initial import of NetBSD tree

/* libyywrap - flex run-time support library "yywrap" function */

/* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/libyywrap.c,v 1.1.1.1 1995/10/18 08:45:31 deraadt Exp $ */

#include <sys/cdefs.h>

int yywrap __P((void));

int yywrap()
	{
	return 1;
	}