6 lines
71 B
C
Raw Normal View History

2015-08-17 11:37:30 +02:00
extern int libCMP0060(void);
int main(void)
{
return libCMP0060();
}