예제 #1
0
파일: u14-1.c 프로젝트: Sinthu-S/ILP-UPMC
ILP_Object ilp_program () 
{ 
{ 
  ILP_Object ilptmp31; 
  ILP_Object ilptmp32; 
ilptmp31 = ILP_Integer2ILP(33); 
ilptmp32 = ILP_Integer2ILP(5); 
return ILP_Modulo(ilptmp31, ilptmp32);
} 

} 
예제 #2
0
파일: u14-1.c 프로젝트: nizarAbak-kali/ILP
ILP_Object ilp_program ()
{
return ILP_Modulo( ILP_Integer2ILP(33) ,  ILP_Integer2ILP(5) ) ;
}