![]() |
![]()
| ![]() |
![]()
NAMEincatalogdelete - test if cell belongs to the catalog file See the file man1/alc_origin.1. SYNOPSIS#include "mut.h" int incatalogdelete(figname) char ∗figname; PARAMETER
DESCRIPTIONincatalogdelete checks a cell represented by its
figname being present in the catalog file with the 'D'
attribut. This means that the cell is to be deleted from the catalog.
incatalogdelete returns 0 if the cell does not belong to the
catalog with the 'D' attribut, 1 if it does.
RETURN VALUEincatalogdelete returns 0 if the cell does not belong to the catalog with the 'D' attribut, a value different from 0 if it does. EXAMPLE#include "mut.h" char ∗tell_if_incatalogdelete(name) char ∗name; { return incatalogdelete(name) ? "Not checked for catalog" : "Checked"; } SEE ALSOmbk(1), incatalog(3), incatalogfeed(3). incataloggds(3). See the file man1/alc_bug_report.1.
|