Source code

Revision control

Copy as Markdown

Other Tools

#include <stdio.h>
void print(void)
{
printf("hello from mylib.c\n");
return;
}