lua-users home
lua-l archive

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


>So, can I store byte-compiled chunks in null-terminated C strings?

No.

>Specifically, will there be any stray nulls in a byte-compiled chunk?

Yes, lots of them.
--lhf