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.
libcfu/src
Matthew Brush 1294791f0c Replace non-standard 'u_int32_t' with 'unsigned int'
Rather than standard uint32_t from stdint.h since it's C99.
Also adjust configure.ac to provide a uint64_t if one isn't available
for use in ctimer.c.
2013-03-07 12:33:57 -08:00
..
Makefile.am Remove old cfutime code 2013-03-04 20:17:23 -08:00
cfu.c Remove redundant use of extern storage class specifier 2013-03-04 20:10:32 -08:00
cfu.h Remove redundant use of extern storage class specifier 2013-03-04 20:10:32 -08:00
cfuconf.c Remove redundant use of extern storage class specifier 2013-03-04 20:10:32 -08:00
cfuconf.h Remove redundant use of extern storage class specifier 2013-03-04 20:10:32 -08:00
cfuhash.c Replace non-standard 'u_int32_t' with 'unsigned int' 2013-03-07 12:33:57 -08:00
cfuhash.h Replace non-standard 'u_int32_t' with 'unsigned int' 2013-03-07 12:33:57 -08:00
cfulist.c Fixup a few stricter warnings 2013-03-04 20:41:46 -08:00
cfulist.h Remove redundant use of extern storage class specifier 2013-03-04 20:10:32 -08:00
cfuopt.c Fixup a few stricter warnings 2013-03-04 20:41:46 -08:00
cfuopt.h Remove redundant use of extern storage class specifier 2013-03-04 20:10:32 -08:00
cfustring.c Remove redundant use of extern storage class specifier 2013-03-04 20:10:32 -08:00
cfustring.h Remove redundant use of extern storage class specifier 2013-03-04 20:10:32 -08:00
cfuthread_queue.c Remove redundant use of extern storage class specifier 2013-03-04 20:10:32 -08:00
cfuthread_queue.h Remove redundant use of extern storage class specifier 2013-03-04 20:10:32 -08:00
cfutimer.c Add cfutimer which uses more accurate functions if available 2013-03-04 19:45:24 -08:00
cfutimer.h Add cfutimer which uses more accurate functions if available 2013-03-04 19:45:24 -08:00
snprintf.c Make C89 compatible using some preprocessor trickery 2013-03-04 17:37:24 -08:00