offbrand
A collection of generic, reference counted datastructures in C for C
 All Classes Files Functions Variables Typedefs Macros Groups
obtest.h
Go to the documentation of this file.
1 
8 #ifndef OBTEST_H
9 #define OBTEST_H
10 
11 #include "offbrand.h"
12 
14 typedef struct obtest_struct obtest;
15 
21 obtest * obtest_new(uint32_t id);
22 
28 uint32_t obtest_id(obtest *a);
29 
30 #endif
31