Artifact [01ee319d6d]
Not logged in

Artifact 01ee319d6dba78eae631e7cb143bad88a44e6f5f:


%module threefish
%insert("include")
%{
#include <threefish.h>
%}

%apply long long { uint64_t };
%apply short { uint16_t };

%include <threefish.h>