readme

来自「linux下从网卡远程启动」· 代码 · 共 17 行

TXT
17
字号
This directory contains the patch for building a downloadablebinary of the Lua interpreter.Lua is a Pascal-like extension language that is often used for providingembedded scripting. It is described here:	http://www.tecgraf.puc-rio.br/lua/The downloadable binary does not implement the full set of calls asdistributed. Missing are any filesystem calls (naturally) and the mathlibrary (mainly for reasons of space, although it should not be aproblem to reinstate it). However provided are a set of calls tointerface to the standalone library used by the menuing programs inmknbi. The calls available are in sa/luserlib.c.This is a work-in-progress.

⌨️ 快捷键说明

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