📄 stdtest.h
字号:
/* Copyright (c) Colorado School of Mines, 2006.*//* All rights reserved. */#include "../FEATURE/sfio"#include "terror.h"#include <stdio.h>#ifndef SEEK_SET#define SEEK_SET 0#endif#ifndef SEEK_CUR#define SEEK_CUR 1#endif#ifndef SEEK_END#define SEEK_END 2#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -