]> git.kaiwu.me - klib.git/commit
Merged with attractivechaos/klib:
authorJames Bonfield <jkb@sanger.ac.uk>
Wed, 17 Jul 2013 16:51:13 +0000 (17:51 +0100)
committerJames Bonfield <jkb@sanger.ac.uk>
Wed, 17 Jul 2013 16:51:13 +0000 (17:51 +0100)
commit133bb25dfedb8fe02dacf790fd032330c4fc11ae
tree5a3ac01302d66b530e7cfd448eb36bc8fe59abe8
parentaf0848b6272309370865c3549dcab9efb24f7f49
Merged with attractivechaos/klib:
- add upstream kvsprintf and rework ksprintf
- add upstream printf attribute checks
- use our kputw (has MIN_INT bug fix)
- keep our extra functions (kputc_, kputsn_, kputl)

Added ks_str and ks_len functions for tidier manipulation of
internals.

Added error checking to all functions that allocate memory and could
potentially fail; ie return EOF or negative values as per stdio
equivalents.
kstring.c
kstring.h