2019-11-11 23:01:05 +01:00

5 lines
32 B
C

int lib(int x)
{
return -x;
}