插入: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