lua-users home
lua-l archive

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


Am 02.06.2011 11:01, schrieb Rebel Neurofog:
http://www.gnu.org/software/gnulib/ - I suppose this may be helpful

This isn't actually a library but pieces of code to be put into one's
project for fallback-functions in non-GNU systems.

E. g. asprintf () is a non-POSIX function but you may put it's implementation
inside your code for windows builds and just continue using it.


Thank you for this hint. I should have mentioned that GPL/LGPL code is not acceptable for this project; GPL not due the viral character of the license and LGPL is not acceptable due to the condition that an end user must be able to link against newer versions of a library.

So it must be public domain, MIT, ISC, or BSD style licensed...