Artifact [1fd257e4a3]
Not logged in

Artifact 1fd257e4a30b90b35d7829892d49ec2552a4d0f6:


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

%apply long long { pos };

%include <bdelta.h>