[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua without OS calls for embedded systems
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 13 Apr 2017 08:28:06 -0300
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