#include <cif.h>#include <stdlib.h>#include <unistd.h>#include <stdio.h>#include "cif_int.h"
Go to the source code of this file.
Defines | |
| #define | CIF_VERSION 3 |
Functions | |
| int | Cif_Close (int cifd, int free_mode) |
Variables | |
| static char | USMID [] = "@(#) libcif/cifclose.c 30.2 07/26/96 07:19:13" |
| #define CIF_VERSION 3 |
Definition at line 45 of file cifclose.c.
| int Cif_Close | ( | int | cifd, | |
| int | free_mode | |||
| ) |
Definition at line 63 of file cifclose.c.
References _Cif_filetbl, _Cif_memarea, CIF_FT_SIZE, CIF_MEM_FIXED, CIF_MEM_FREE, CIF_MEM_MANAGED, CIF_NOTOPEN, CIF_SYSERR, fd, _Cif_File_Tbl::filename, _Cif_File_Tbl::fme, _Cif_File_Tbl::form, free(), _Cif_Mem_Area::mbp, _Cif_Mem_Area::nme, NOT_A_CIF, NULL, unlink, and _Cif_Mem_Area::used.
Referenced by Cif_Make_Cifconv(), Cif_Make_Lines(), cifconv_type(), copy_units(), lines_type(), and print_buffered_messages().

char USMID[] = "@(#) libcif/cifclose.c 30.2 07/26/96 07:19:13" [static] |
Definition at line 37 of file cifclose.c.
1.7.1