#include "f2c.h"
#include "fio.h"
#include "string.h"
#include "unistd.h"
#include "stdlib.h"
Go to the source code of this file.
Defines |
| #define | Const const |
| #define | opnerr(f, m, s) {if(f) errno= m; else opn_err(m,s,a); return(m);} |
Functions |
| static void | f__bufadj (int n, int c) |
| int | f__canseek (FILE *) |
| int | f__putbuf (int c) |
| integer | f_clos (cllist *) |
| integer | f_open (olist *a) |
| int | fk_open (int seq, int fmt, ftnint n) |
| static void | opn_err (int m, const char *s, olist *a) |
| void | x_putc (int c) |
Variables |
| static char * | f__buf = f__buf0 |
| static char | f__buf0 [400] |
| int | f__buflen = (int)sizeof(f__buf0) |
| Const char * | f__r_mode [2] = {"rb", "r"} |
| Const char * | f__w_mode [4] = {"wb", "w", "r+b", "r+"} |
Define Documentation
Function Documentation
| static void f__bufadj |
( |
int |
n, |
|
|
int |
c |
|
) |
| [static] |
Definition at line 99 of file err.c.
| static void opn_err |
( |
int |
m, |
|
|
const char * |
s, |
|
|
olist * |
a |
|
) |
| [static] |
Variable Documentation