include "../lib/display.h" # AP_CSHOW -- Procedure to display the current centering parameters. procedure ap_cshow (ap) pointer ap # pointer to the apphot strucuture bool itob() int apstati() begin call ap_nshow (ap) call printf ("\n") call ap_cpshow (ap) call printf (" %s = %b\n") call pargstr (KY_RADPLOTS) call pargb (itob (apstati (ap, RADPLOTS))) end