第一个C语言程序#include<stdio.h> int call(){ return 0; } ; int main(){ call(); printf("hello world!"); return 0; }