grammar_crt.h

来自「Mesa is an open-source implementation of」· C头文件 代码 · 共 21 行

H
21
字号
#ifndef GRAMMAR_CRT_H#define GRAMMAR_CRT_H#include <stdlib.h>#include <malloc.h>#include <string.h>typedef unsigned long grammar;typedef unsigned char byte;#define GRAMMAR_PORT_INCLUDE 1#include "grammar.h"#undef GRAMMAR_PORT_INCLUDE#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?