silentbicycle / socket99

Wrapper library for the BSD sockets API with a nicer C99 interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add function to construct error messages

silentbicycle opened this issue · comments

Rather than making the user call strerror(3), etc., it should have a function that takes a socket99_result * and fprintf's e.g. "connect: Connection refused".

Closed by 6a9827f.