gstdint.h installs a header file, "gstdint.h", that will "#include" the "stdint.h" or "inttypes.h" header file of the local system - if one of these exists. Otherwise the bitsizes of basic types are detected for the local libc/compiler pair, and the C96 inttypes typedefs are generated into "gstdint.h".
mksite.sh is a static Web site / project HTML documentation formatter that only requires the Bourne shell and sed. It gives a common look and full navigation to an HTML Web site along with all the needed metadata detection, site map generation, and variable expansion. It has a tabbed layout suitable for hundreds of Web pages, and is small enough to be added to any project tarball.
The Portable Forth Environment implements the ANSI Standard of the Forth programming language. It is fully written in C, and with gcc the virtual machine can be put into cpu registers. The newer development versions implement a set of modern features including modularization and multithreading. The terminal connection itself can be configured to work in an embedded environment.
ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-algorithms supported by zlib. Functions are provided that transparently access files being either real files or zipped files, both with the same filepath. The zip-archive can be used in the place of a normal subdirectory. It is written in portable C.
no excuses As the discussion went, I think that betting on a parrot or some kind of multi-language approach is a false excuse. As already said, in a multi-developer environment there will be a stan...
Re: What's the probem exactly? Using "int" instead of "long" is another problem, see also discussions about "64bit and data size neutrality".
Re: Other OSs > many Windows API functions take file size/offset > arguments as a pair of longs (lo/hi words). Thanks, the msdn page about "lseek" does not have a crossli...
Re: Other OSs To get to the point - I do not expect any programmer to use the `transitional API` directly, suddenly using tell64/telli64 directly. The off_t magic allows to run 64on32 with just a -...
Re: Other OSs The win32-API does not use off_t, all posix-like calls use `long` directly. It does therefore not suffer from dualmode problems, and compiling programs on win64 makes them use 64bit o...
A graphical user interface for encryption of USB flash drives or external hard drives.