Android.mk "hello world"

1. hello worldgoogle test.c #include<stdio.h> #include<stdlib.h> void ping(); int main() { printf("hello, world!\n"); ping(); return 0; } void ping(){ system("ping www.google.cn");
相關文章
相關標籤/搜索