Doxygen Source Code Documentation
dolio.c File Reference
#include "f2c.h"
Go to the source code of this file.
Functions | |
integer | do_lio (ftnint *type, ftnint *number, char *ptr, ftnlen len) |
Variables | |
int(* | f__lioproc )(ftnint *, char *, ftnlen, ftnint) |
Function Documentation
|
Definition at line 13 of file dolio.c. Referenced by inumc_(), and MAIN__().
00015 {
00016 return((*f__lioproc)(number,ptr,len,*type));
00017 }
|
Variable Documentation
|
|