一人憔悴£ 发表于 2017-4-27 07:00:27

如何运行多个程序

prin.h

include''stdio.h''
void printhello(void)

print.c

include''print.h''
void printhello()
{
         printf(''hello word!\n'')
}

helloword.c

include''[rint.h''
int main(void)[
       printHello();
       reurn 0;
}

如果 发表于 2017-4-27 13:21:20

学c的小朋友想飞?

音拂 发表于 2017-4-30 16:03:32

推广自苦与推广求
页: [1]
查看完整版本: 如何运行多个程序