File: libyywrap.c

package info (click to toggle)
flex-old 2.5.4a-10.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,008 kB
  • sloc: ansic: 8,226; lex: 1,095; yacc: 605; makefile: 444; sh: 100; awk: 72; sed: 12
file content (8 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
/* libyywrap - flex run-time support library "yywrap" function */

/* $Header: /home/daffy/u0/vern/flex/RCS/libyywrap.c,v 1.1 93/10/02 15:23:09 vern Exp $ */

int yywrap()
	{
	return 1;
	}