C++程序  |  8行  |  85 B

#include <stdio.h>

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