Artifact 1fd257e4a30b90b35d7829892d49ec2552a4d0f6:
- File bdelta/bdelta.i — part of check-in [90f9b389c8] at 2016-06-15 22:36:36 on branch trunk — Added bdelta library stuff (user: bernd size: 128)
%module bdelta %insert("include") %{ #include <stdint.h> #include <bdelta.h> %} %apply long long { pos }; %include <bdelta.h>