![]() |
![]()
| ![]() |
![]()
NAMEincatalog - test if cell belongs to the catalog file See the file man1/alc_origin.1. SYNOPSIS#include "mut.h" int incatalog(figname) char ∗figname; PARAMETER
DESCRIPTIONincatalog checks a cell represented by its figname
being present in the catalog file with the 'C' attribut.
RETURN VALUEincatalog returns 0 if the cell does not belong to the catalog with the 'C' attribut, a value different from 0 if it does. EXAMPLE#include "mut.h" char ∗tell_if_incatalog(name) char ∗name; { return incatalog(name) ? "Jawohl, mein Herr" : "Nein, danke"; } SEE ALSOmbk(1), incatalogfeed(3), incatalogdelete(3), incataloggds(3), MBK_CATAL_NAME(1), MBK_CATA_LIB(1), MBK_WORK_LIB(1). See the file man1/alc_bug_report.1.
|