saprykin / plibsys

Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
MIT License
684 stars 75 forks source link

Consider wrapping vsnprintf() #64

Open jddurand opened 6 years ago

jddurand commented 6 years ago

Just to let you know that there is another case when implementation differs: vsnprintf(), see comments at https://github.com/jddurand/c-genericLogger/blob/master/src/genericLogger.c#L256 for example.

I wonder if wrapping all standard stdio functions is a way to go -;