Artifact 01ee319d6dba78eae631e7cb143bad88a44e6f5f:
- File threefish/threefish.i — part of check-in [2081b7a121] at 2016-01-08 00:41:31 on branch trunk — Start debian package builds (user: bernd size: 149)
%module threefish %insert("include") %{ #include <threefish.h> %} %apply long long { uint64_t }; %apply short { uint16_t }; %include <threefish.h>