[syslinux] Lua.c32 - user input / scripting

H. Peter Anvin hpa at zytor.com
Tue May 17 09:48:43 PDT 2011


On 05/17/2011 05:21 AM, e h wrote:
> 
> I noticed that once I removed the "#ifndef syslinux/ #endif" blocks the "liolib.c" code compiled with warnings regarding several of the functions (fscanf, ungetc, clearerr, etc..)  These appear to be normally located in "stdio.h"  I compared the "stdio.h" in my /usr/.../include directory to the one in the /com32/.../include directory.  These functions aren't defined in the stdio in the /com32 directory.  I did see some functions that looked similar?  I may just be able to modify "liolib.c" to reference the actual functions in the /com32/.../include/stdio.h
> 

If there are stdio functions which lua needs which are missing, please
just give me a list and I can probably just make them happen.

	-hpa




More information about the Syslinux mailing list