|
NAMEdelphref - delete a physical reference See the file man1/alc_origin.1. SYNOPSIS#include "mph.h" int delphref(ptfig, ptref) phfig_list ∗ptfig; phref_list ∗ptref; PARAMETERSDESCRIPTIONdelphref delete the reference pointed to by ptref in the figure pointed to by ptfig. The list consistency is maintainded, and the space freed. RETURN VALUEdelphref returns 1 if the reference has been deleted, 0 if no such reference exists in the list. EXAMPLE
#include "mph.h"
char ∗was_existing(ptfig, ptref)
phfig_list ∗ptfig;
phref_list ∗ptref;
{
SEE ALSOmbk(1), phfig(3), phref(3), addphref(3), getphref(3). See the file man1/alc_bug_report.1.
|