#include "common.h" void taro(int x) { /* 太郎さんが実際にいじる部分 */ puts("taro.cの中のtaro()だよ"); }