2015-08-17 11:37:30 +02:00

6 lines
71 B
C

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