lua-users home
lua-l archive

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


  Let's just focus a little on mixed RTL environments. For them to to work:

- general memory pointers can be interchanged if malloc and free occours in
the same module. Or "only free/realloc what you malloc".
- You can not exchange FILE* pointers.
- others?

  Can we be restricted to an environment like this?

Scuri