⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 这是又一个C语言解释器, 我们可以方便地扩展其功能, 并将其用于我们的工作中
💻
字号:
        The main files are:stdClib.c          inserts the various routines into EiC's                     symbol tablestdClib2eic.h      prototype for the interface routinesstdlib.c            interface routines.Information on writing interface routines can be found in  EiC/doc/tech_doc/builtin.doc.Also, all the standard header files in this directory are used toprototype the routines called by the interface functions and areincluded into EiC at runtime; for example:        EiC 1> #include <math.h>The platform directories essentially just hold  systemheader files for each platform.        Auxillary files:ctypes.c      EiC's routines needed to support <ctype.h>strrev.cstrround.ceicfftoa.citoa.c        These files are all used  by the stdio              _eicUprintf, _Uprintf  etc.fopen.c     routines interfaced from stdlib.c, which can            also be called from builtin functionsprintf.cscanf.c      printf support for builtin functions	     and the EiC interpreter. 

⌨️ 快捷键说明

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