Updates to libcfu, found here: https://github.com/codebrainz/libcfu
This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Matthew Brush a054a4de71 Make C89 compatible using some preprocessor trickery
Also using C99-snprintf file from:
  http://www.jhweiss.de/software/snprintf.html

For when in strict C89 compiler mode or when snprintf() or vsnprintf()
aren't for whatever reason available.

Use CFU_INLINE macro defined in cfu.h to make a decent attempt at
getting inline function support when in C89 mode.
2013-03-04 17:37:24 -08:00
doc Fix some wrong formatting characters for size_t 2013-03-04 02:46:04 -08:00
examples Make valid C99 and cleanup warnings using stricter flags 2013-03-04 17:04:33 -08:00
src Make C89 compatible using some preprocessor trickery 2013-03-04 17:37:24 -08:00
.gitignore Replace libcfu-config utility with a pkg-config .pc file 2013-03-04 15:10:02 -08:00
AUTHORS Cleanup built files from initial commit 2013-03-04 01:46:56 -08:00
autogen.sh Start fixing up the build system 2013-03-04 01:57:54 -08:00
ChangeLog-pre0.04 Cleanup built files from initial commit 2013-03-04 01:46:56 -08:00
configure.ac Make C89 compatible using some preprocessor trickery 2013-03-04 17:37:24 -08:00
COPYING Initial commit 2013-03-04 01:40:58 -08:00
libcfu.pc.in Replace libcfu-config utility with a pkg-config .pc file 2013-03-04 15:10:02 -08:00
Makefile.am Replace libcfu-config utility with a pkg-config .pc file 2013-03-04 15:10:02 -08:00
README Initial commit 2013-03-04 01:40:58 -08:00

Libcfu is a library of thread-safe functions and data structures that
I have found useful.  See the texinfo documentation for detailed
information.