: I am trying to write a special function. This function will have #ifdefs in it that I will use to turn on the proper execution path of the function at build time. If I turn off execution of the fu
I am trying to write a special function. This function will have #ifdefs in it that I will use to turn on the proper execution path of the function at build time. If I turn off execution of the func
: Definitely. Lua is written in 100% portable ANSI C. It compiles without modifications (or #ifdefs) on pretty much every known platform. Some platforms have trouble with Lua (HP pdas, Palm OS, etc)
Definitely. Lua is written in 100% portable ANSI C. It compiles without modifications (or #ifdefs) on pretty much every known platform. Some platforms have trouble with Lua (HP pdas, Palm OS, etc),