예제 #1
0
파일: CALL_2.C 프로젝트: moyuanming/Train
void main(void)
 {
   three_hellos();
 }
예제 #2
0
파일: 34.c 프로젝트: Jerry11111/C
int main(int argc, char *argv[])
{
  three_hellos();
  return 0;
}