Laurence Lundblade | 501d3f8 | 2022-04-08 14:52:55 -0600 | [diff] [blame^] | 1 | // |
2 | // ub-example.h | ||||
3 | // QCBOR | ||||
4 | // | ||||
5 | // Created by Laurence Lundblade on 4/8/22. | ||||
6 | // Copyright © 2022 Laurence Lundblade. All rights reserved. | ||||
7 | // | ||||
8 | |||||
9 | #ifndef ub_example_h | ||||
10 | #define ub_example_h | ||||
11 | |||||
12 | #include <stdint.h> | ||||
13 | |||||
14 | int32_t RunUsefulBufExample(void); | ||||
15 | |||||
16 | #endif /* ub_example_h */ |