File: open.h

package info (click to toggle)
xppaut 6.11b%2B1.dfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 13,504 kB
  • sloc: ansic: 91,694; makefile: 167
file content (12 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _open_h_
#define _open_h_

#include "f2c.h"
#include "fio.h"
/* open.c */
integer f_open(olist *a);
int fk_open(int seq, int fmt, ftnint n);
int isdev(char *s);


#endif