|
NAMEdelphseg - delete a physical segment See the file man1/alc_origin.1. SYNOPSIS#include "mph.h" int delphseg(ptfig, ptseg) phfig_list ∗ptfig; phseg_list ∗ptseg; PARAMETERSDESCRIPTIONdelphseg delete the segment pointed to by ptseg in the figure pointed to by ptfig. The list consistency is maintainded, and the space freed. RETURN VALUEdelphseg returns 1 if the segment has been deleted, 0 if no such segment exists in the list. EXAMPLE
#include "mph.h"
char ∗was_existing(ptfig, ptseg)
phfig_list ∗ptfig;
phseg_list ∗ptseg;
{
SEE ALSOmbk(1), phfig(3), phseg(3), addphseg(3). See the file man1/alc_bug_report.1.
|