Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File doc/godi-cil/html/examples/ex46.txt GODI Package godi-cil
 
   ex46.txt  
/* Generated by CIL v. 1.3.6 */
/* print_CIL_Input is true */

#line 1 "cilcode.tmp/ex46.c"
static int bar(int x , char y ) 
{ 

  {
#line 2
  return (x + (int )y);
}
}
#line 6 "cilcode.tmp/ex46.c"
int foo(int x , char y ) 
{ int tmp ;

  {
#line 6
  tmp = bar(x, y);
#line 6
  return (tmp);
}
}

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml