tidy code for asynchronous IO – Whilst asynchronous IO (non-blocking descriptors with select/poll/epoll/kqueue etc) is not the most documented thing […]

Combining static libraries – Suppose I have three C static libraries say libColor.a which depends on *libRGB.*a which in turn […]

free() not deallocating memory? – free(str); printf(“%dn”, str->listeners); The call to printf succeeds (as do any other calls to str’s […]