Clone cwrap, create example foo.c, and compile with and without cwrap: $ git clone https://github.com/corelight/cwrap $ cat << EOF > foo.c #include <stdio.h> int r=0 ...