7 lines
62 B
C
Raw Normal View History

2021-09-14 00:13:48 +02:00
extern int iface(void);
int main(void)
{
return iface();
}