File: endfile.h

package info (click to toggle)
xppaut 8.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,332 kB
  • sloc: ansic: 74,690; makefile: 127; sh: 92
file content (14 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#ifndef _endfile_h_
#define _endfile_h_

#include "f2c.h"
#include "fio.h"

/* endfile.c */
integer f_end(alist *a);
int t_runc(alist *a);


#endif