date and time created 82/01/18 19:19:53 by linton
[unix-history] / usr / src / usr.bin / pascal / pdx / source.h
CommitLineData
7c0d1703
ML
1/* Copyright (c) 1982 Regents of the University of California */
2
3static char sccsid[] = "@(#)source.h 1.1 %G%";
4
5/*
6 * Definitions for interfacing with source management routines.
7 */
8
9char *cursource; /* current source file name */
10LINENO lastlinenum; /* last source line number */
11
12skimsource(); /* get seek pointers to source lines */
13chkline(); /* checks to see that a line number is valid */
14printlines(); /* print out from first line to second */