DEBSOURCES
Skip Quicknav
sources / pybindgen / 0.20.0%2Bdfsg1-5 / examples / b / b.h
12345678910
#include <stdint.h> struct B { uint32_t b_a; uint32_t b_b; }; void BDoA (struct B b); struct B BDoB (void);