blob: f4f862806c1a4ccbef2105848154d25f90fb2efc [file]
extern int LinkLikewiseLib(void);
int main(void)
{
return LinkLikewiseLib();
}