Laurence Lundblade | 41e96ca | 2022-04-09 10:37:39 -0600 | [diff] [blame] | 1 | /* ========================================================================= |
| 2 | ub-example.h -- Example code for UsefulBuf |
| 3 | |
| 4 | Copyright (c) 2022, Laurence Lundblade. All rights reserved. |
| 5 | |
| 6 | SPDX-License-Identifier: BSD-3-Clause |
| 7 | |
Laurence Lundblade | e8f5816 | 2024-08-22 10:30:08 -0700 | [diff] [blame] | 8 | See BSD-3-Clause license in file named "LICENSE" |
Laurence Lundblade | 41e96ca | 2022-04-09 10:37:39 -0600 | [diff] [blame] | 9 | |
| 10 | Created on 4/8/22 |
| 11 | ========================================================================== */ |
| 12 | #ifndef ub_example_h |
| 13 | #define ub_example_h |
| 14 | |
| 15 | #include <stdint.h> |
| 16 | |
| 17 | int32_t RunUsefulBufExample(void); |
| 18 | |
| 19 | #endif /* ub_example_h */ |