C++程序  |  8行  |  87 B

#include <stdio.h>

void common(void)
{
  printf("hello from common.c\n");
  return;
}