cc.h
来自「一个小型C语言编译器」· C头文件 代码 · 共 18 行
H
18 行
#ifndef __CC_H__
#define __CC_H__
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>
#include <string.h>
#include <assert.h>
#include "token.h"
#include "string.h"
#include "datatypedef.h"
#include "input.h"
#include "debug.h"
#include "varproc.h"
#include "lex.h"
#endif//__CC_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?