Source code

Revision control

Copy as Markdown

Other Tools

extern void print(void);
int main(void)
{
print();
return 0;
}