File: lgrindef.h

package info (click to toggle)
lgrind 3.67-3
  • links: PTS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 356 kB
  • sloc: ansic: 2,261; makefile: 125; asm: 75; sh: 39
file content (12 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
/* sccsid[] = "@(#)lgrindef.h   3.6 (MPi) 3/8/98";
 * rcsid[] =
 * "$Id: lgrindef.h,v 1.3 1999/05/26 07:30:03 mike Exp $";
 *
 * Created 19 February 1996
 */

#define BUFFERSIZE 8192
int tgetent(char *bp, char *name, char *file);
int tgetnum(char *id);
int tgetflag(char *id);
char *tgetstr(char *id, char **area);