Source code

Revision control

Copy as Markdown

Other Tools

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