Fast swap for C
Fast swap for C, any types to any types

Fast swap public library header- Reference fswap.h

A functional combine producing swap objects of any types.

Basic example for usage: swap-example

Testing automatic swapped types, run:

1 make; ./swap-test

Show support types, run:

1 make types
See also
https://peterssharp.github.io/Fast-Swap-for-C/ [Web Home]
https://github.com/PetersSharp/Fast-Swap-for-C [Git Home]
https://github.com/PetersSharp/Fast-Swap-for-C/blob/master/swap-test.c [Test source example]
http://coliru.stacked-crooked.com/a/be12a57be0162860 [OnLine test example]