代码拉取完成,页面将自动刷新
Jim examples ============ BSD 2-clause license, (c) 2010 Wojciech A. Koszek <wkoszek@FreeBSD.org> This directory contains examples of Jim interpreter API. In order to start working with Jim API one may just want to copy existing example .c file into new file, modify Makefile and start working on a new program. Existing examples ================= jim_command Simple command implementation in Jim's API. Command is then executed in a script encoded within a program. jim_hello Standard "Hello world!" program, from executing a script. jim_list Will teach you how to create a list in Jim's API. Once created, will show how to name and export it, so that variable is visible in the script's source code. Once done, interpretation of separate print.tcl file is presented. As a result, the script can print a list members created from within ANSI C program. jim_obj Basic object creation in Jim. jim_return Similar to jim_command example, but implemented command actually returns a value.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。