←back to thread

42 points coneonthefloor | 1 comments | | HN request time: 0.223s | source
1. gblargg ◴[] No.44611359[source]
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).