?? helloworld.c
字號(hào):
#include <stdio.h>/* * helloworld application code, the start code of Linux application * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o helloworld helloworld.c * $cp helloworld /tftpboot/examples * run in target: * #mount 192.168.1.180:/tftpboot/ /mnt/nfs * #cd /mnt/nfs/examples * #./helloworld */int main(int argc, char **argv){ printf("Hello, World!\n");}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -