lua-users home
lua-l archive

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


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.