https://github.com/teuben/nemo
Raw File
Tip revision: 4057e8c3e1b75075e432c428bc931074302e1ef7 authored by Peter Teuben on 12 April 2004, 02:17:20 UTC
updated install instructions
Tip revision: 4057e8c
unfio.h
/*
 * unformatted fortran I/O using C
 */

extern int unfswap(bool);
extern int unfscan(stream fp);
extern int unfread(stream fp, char *buf, int bufsize);
back to top