startup.src
来自「guide and some example with visualC++」· SRC 代码 · 共 20 行
SRC
20 行
#ifndef _STARTUPH
#define _STARTUPH
/* ISO STUFF */
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include <float.h>
#include <limits.h>
#include <errno.h>
#include <assert.h>
/* POSIX.1 STUFF */
#include <fcntl.h>
#endif /* _STARTUPH */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?