#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_Release (int cifd, int freemode) |
Variables | |
| static char | USMID [] = "@(#) libcif/cifrel.c 30.2 07/26/96 07:19:13" |
| int Cif_Release | ( | int | cifd, | |
| int | freemode | |||
| ) |
Definition at line 63 of file cifrel.c.
References _Cif_filetbl, _Cif_memarea, CIF_BADREQ, CIF_FT_SIZE, CIF_MEM_FREE, CIF_MEM_KEEP, CIF_MEM_MANAGED, CIF_NOTOPEN, _Cif_File_Tbl::fme, free(), _Cif_File_Tbl::lme, _Cif_Mem_Area::mbp, _Cif_Mem_Area::mused, _Cif_Mem_Area::nme, NOT_A_CIF, and _Cif_Mem_Area::used.
Referenced by Cif_Make_Lines(), copy_units(), and sortfile().

1.7.1