当我在我的代码片段中使用clock_gettime,并使用标志-std = c99进行编译时,我收到如下错误:
warning: implicit declaration of function 'clock_gettime'
error: 'CLOCK_REALTIME' undeclared (first use in this function)
Run Code Online (Sandbox Code Playgroud)
我已经包含了'time.h'文件.任何人都知道如何解决它.
当我在 tmux 中使用 vim 时按 esc 后按 pageup/pagedown 时,它会将当前光标后的三个字符小写/大写,有什么方法可以解决这个问题吗?谢谢。