lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


For the record, here are the libc functions that the Lua core uses:

setjmp		frexp		pow		strcpy		time
abort		localeconv	snprintf	strlen
abs		longjmp		strchr		strpbrk
floor		memcmp		strcmp		strspn
fmod		memcpy		strcoll		strtod

The libraries need additional functions from libc.

See also this thread:
	http://lua-users.org/lists/lua-l/2015-10/msg00255.html