Source code

Revision control

Copy as Markdown

Other Tools

#include <stdio.h>
void function1(void)
{
printf("Hello from function1.in\n");
}