# gcc helloLinux.c -o main
驸马:
#include<stdio.h>
int main(void)
{
printf("hello , linux programming !\n");
return 0;
}
参考:
http://www.eefocus.com/article/09-10/84246s.html
# gcc helloLinux.c -o main
驸马:
#include<stdio.h>
int main(void)
{
printf("hello , linux programming !\n");
return 0;
}
参考:
http://www.eefocus.com/article/09-10/84246s.html