2021-09-14 00:13:48 +02:00

7 lines
62 B
C

extern int iface(void);
int main(void)
{
return iface();
}