sds icon indicating copy to clipboard operation
sds copied to clipboard

Make all API functions accept NULL as input.

Open lemzwerg opened this issue 11 years ago • 0 comments

Doing so enormously simplifies error handling; you no longer have to check for memory allocation errors in a chain of sds function calls, only after the last call.

lemzwerg avatar Sep 19 '14 15:09 lemzwerg