Re: iOS system deprecation
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: iOS system deprecation
- From: "Vadim A. Misbakh-Soloviov" <lua-l@...>
- Date: 2017年9月22日 19:19:29 +0700
1)
> local LUA version
> next version of LUA will
https://www.lua.org/about.html#name
> Please do not write it as "LUA", which is both ugly and confusing, because
then it becomes an acronym with different meanings[1] for different people.
So, please, write "Lua" right!
[1] http://acronyms.thefreedictionary.com/lua
2)
> int system(const char *) __DARWIN_ALIAS_C(system);
Are they provide any official replacement for that (the command to call
external application and receive the output)?