logoalt Hacker News

gblarggtoday at 12:26 AM0 repliesview on HN

It's odd how it has error reporting in some areas (alloc, split can return NULL if allocation fails), but not others (append, prepend have a void return type but might require allocation internally).