gecko-dev/tools/reorder/mult.c

5 строки
45 B
C
Исходник Обычный вид История

2001-12-01 04:07:39 +03:00
int mult(int a, int b)
{
return a * b;
}