#include <cif.h>#include <stdlib.h>#include <stdio.h>#include "cif_int.h"
Go to the source code of this file.
Defines | |
| #define | CIF_VERSION 3 |
Functions | |
| int | Cif_Memmode (int cifd, int mode) |
Variables | |
| static char | USMID [] = "@(#) libcif/cifmode.c 30.2 07/26/96 07:19:13" |
| int Cif_Memmode | ( | int | cifd, | |
| int | mode | |||
| ) |
Definition at line 72 of file cifmode.c.
References _Cif_filetbl, _Cif_memasize, _Cif_mementry(), _Cif_memtbl(), CIF_BADREQ, CIF_BUFSIZE, CIF_FT_SIZE, CIF_MEM_DEFAULT, CIF_MEM_INDIV, CIF_MEM_MAX, CIF_NOTOPEN, _Cif_File_Tbl::fme, _Cif_File_Tbl::lme, _Cif_File_Tbl::mode, and NOT_A_CIF.
Referenced by Cif_Getfiledir(), Cif_Getrecord(), Cif_Getunitdir(), Cif_Make_Cifconv(), Cif_Make_Lines(), Cif_Recgroup(), copy_units(), and print_buffered_messages().

1.7.1