![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <stdio.h>
Go to the source code of this file.
Functions | |
FILE * | pfopen (char *filename, const char *format, bool errorout=true) |
FILE * | pfopen0 (char *filename, const char *format) |
void | pfclose (FILE *fid, char *filename) |
void | WriteLockFile (char *filename) |
FILE* pfopen | ( | char * | filename, |
const char * | format, | ||
bool | errorout = true |
||
) |
Definition at line 30 of file pfopen.cpp.
FILE* pfopen0 | ( | char * | filename, |
const char * | format | ||
) |
Definition at line 16 of file pfopen.cpp.
void pfclose | ( | FILE * | fid, |
char * | filename | ||
) |
Definition at line 14 of file pfclose.cpp.
void WriteLockFile | ( | char * | filename | ) |
Definition at line 10 of file WriteLockFile.cpp.