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

7 lines
60 B
C

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