8 lines
90 B
C

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