- Poshlib
Posh is a
software framework consisting of aheader file and an optional C source file to aid incross-platform software development. It was created byBrian Hook . It's BSD licensed and currently at version 1.3.002.Posh does not provide alternatives where a host platform does not offer a feature, but informs through preprocessor macros what's supported and what not. It sets macros to assist in compiling with various different
compiler s (such as GCC, MSVC and OpenWatcom), and different hostendianness es. In its simplest form, only a single header file is required. In the optional C source file, there are functions for byte swapping and in-memory serialisation/deserialisation.Brian Hook also created SAL (Simple Audio Library) that utilises Posh. Both are featured in his book "Write Portable Code". Posh is also used in Ferret and Vega Strike.
ee also
*
libslack
*Simple DirectMedia Layer External links
* [http://poshlib.hookatooka.com Poshlib] - Official website
* [http://www.bookofhook.com/poshlib/ POSH: The Portable Open Source Harness] -Doxygen documentation
* [http://www.bookofhook.com/sal/ Simple Audio Library]
Wikimedia Foundation. 2010.