[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Porting Lua to Windows Mobile Professional 6.5.3
- From: Rebel Neurofog <rebelneurofog@...>
- Date: Thu, 2 Jun 2011 13:01:02 +0400
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.