Programmation Avancée en C


interp2.c

00001 
00002 int f(int a, int b)
00003 {
00004         return a * b;
00005 }