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

📄 readme

📁 c++写的一个脚本解释器
💻
字号:
avcall - calling C functions with variable argumentsThis library allows arbitrary C functions to be called from embeddedinterpreters, debuggers, RPC calls, etc, by building up a Cargument-list incrementally from explicitly typed arguments. This considerably reduces the amount of boilerplate glue code requiredfor such applications.The interface is like stdargs/varargs in reverse and is intended to be asportable as possible, however the details of function calling are highlymachine-dependent so your mileage may vary. At the very least there aretypically built-in limits on the size of the argument-list. Theargument-pushing macros all return 0 for success, < 0 for error (eg,arg-list overflow).Installation instructions:	./configure	make	make check	make installFiles in this package:    Documentation:        README          this text        COPYING         free software license        PLATFORMS       list of supported platforms        avcall.3        manual page in Unix man format        avcall.man      manual page        avcall.html     manual page in HTML format        DOC             documentation    Source:        avcall.h.in     master for main include file avcall.h        avcall-*.c      source for the interface function        avcall-*.[sS]   its translation to assembly language        structcpy.c     auxiliary function        tests.c         test program    Installation:        configure       configuration script        configure.in    autoconf-2.12 source for the configuration script        ../autoconf/*   auxiliary configuration scripts        Makefile.in     Makefile master        config.h.in     config.h master    Porting:        Makefile.devel  developer's Makefile        underscore.h    used to build the *.S filesThe current code is under the GNU licence, but the interface (macronames, arguments & functionality but not the actual macro or functioncode in avcall.[ch]) is absolutely free and any port conforming to it iswelcome.------------------------------------------------------Bill Triggs                       | Bill.Triggs@inrialpes.frOxford University Robotics Group  | Bill.Triggs@imag.fr19 Parks Rd, Oxford OX1 3PJ, G.B. | fax +44-865-273908------------------------------------------------------Bruno Haible<bruno@clisp.org>

⌨️ 快捷键说明

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