Prefixes in lua source code lua_, luai_, etc.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Prefixes in lua source code lua_, luai_, etc.
- From: John W <jwdevel@...>
- Date: 2020年9月30日 10:24:43 -0700
I feel like I read some explanation for this, but can't find it any more.
What are the meanings of the various prefixes seen in the Lua source code?
eg: lua_, luai_, l_
Are these documented somewhere?
I just want to make sure my patches to be copacetic with the naming conventions.
Thanks
-John