Esempio n. 1
0
int expn()
{
 if(simexpn())
 {
  if(eprime())
   return 1;
 }
 return 0;
}
Esempio n. 2
0
void expr()
{
	simple_expr();
	eprime();
}