插入:i
命令模式下:
shift+i行首,shift+a行尾
shift+o在上一行插入
x刪除光標所在為位置的字符
dd刪除當前行
命令模式下:
shift+i行首,shift+a行尾
shift+o在上一行插入
x刪除光標所在為位置的字符
dd刪除當前行
2018-03-27
我這個:
如果在hello.c中添加int max(int a,int b);那么 gcc hello.c max.c -o main.out不會出錯,
如果在hello.c中添加#include "max.h" 那么 gcc hello.c -o main.out不會出錯
有一樣的贊一個
如果在hello.c中添加int max(int a,int b);那么 gcc hello.c max.c -o main.out不會出錯,
如果在hello.c中添加#include "max.h" 那么 gcc hello.c -o main.out不會出錯
有一樣的贊一個
2018-02-15