File: b.h

package info (click to toggle)
pybindgen 0.20.0%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,932 kB
  • sloc: python: 15,981; cpp: 1,889; ansic: 617; makefile: 86; sh: 4
file content (10 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#include <stdint.h>

struct B
{
  uint32_t b_a;
  uint32_t b_b;
};

void BDoA (struct B b);
struct B BDoB (void);