#include ; #include ; EXSTAT (narg,status) int narg ; int *status ; { plient ("EXSTAT") ; if (narg != 1) signal (NUMARGS) ; exst (*status) ; }