// mutually recursive:
int nfac(int n);
int mfac(int n);