8 lines
69 B
C

#include "two.h"
#include "three.h"
void two(void)
{
three();
}