pl0err.h

来自「经过修改的PL0编译程序源码」· C头文件 代码 · 共 11 行

H
11
字号
/********************************************************************
    Program :  Recursive Descent Compiler for PL/0
    Modul   :  PL0ERR  - Error routine and messages
    File    :  pl0err.h
    Compiler:  Borland C 3.1 - 4.5, GNU C 2.7.1
    Author  :  H. Weber
    Revision:  Aug. 1998
********************************************************************/

void error();

⌨️ 快捷键说明

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