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
672 stars 74 forks source link

va_copy #60

Closed jddurand closed 6 years ago

jddurand commented 6 years ago

I do not really know how to fulfill your coding style, nevertheless you'll get the idea: have a p_va_copy available everywhere.

jddurand commented 6 years ago

Missing something - hang on -;

codecov-io commented 6 years ago

Codecov Report

Merging #60 into master will not change coverage. The diff coverage is n/a.

@@          Coverage Diff          @@
##           master    #60   +/-   ##
=====================================
  Coverage      88%    88%           
=====================================
  Files          41     41           
  Lines        3848   3848           
  Branches      781    781           
=====================================
  Hits         3421   3421           
  Misses        427    427