![]() |
![]()
| ![]() |
![]()
NAMEgetphfig - give back a pointer to a phfig See the file man1/alc_origin.1. SYNOPSIS#include "mph.h" phfig_list ∗getphfig(figname, mode) char ∗figname; char mode; PARAMETERS
DESCRIPTIONgetphfig returns a pointer to the figure called
figname with the warranty that the expected information is present in
memory.
RETURN VALUEgetphfig returns a pointer to the wanted figure. ERRORSgetphfig cannot give any errors, but the subsequent calls it performs to parsers do. So the source of trouble may be the call to getphfig. See loadphfig(3) for details. EXAMPLE#include "mph.h" phfig_list ∗na2_y() { /∗ find in memory or load from disk na2_y ∗/ return getphfig("na2_y", 'A'); } SEE ALSOmbk(1), phfig(3), addphfig(3), delphfig(3), loadphfig(3), savephfig(3), flattenphfig(3), rflattenphfig(3). See the file man1/alc_bug_report.1.
|