Source code

Revision control

Copy as Markdown

Other Tools

#include <stdio.h>
#include "prog2.h"
void prog2(void)
{
printf("Hello from %s!\n", NAME);
}