// | |
// ub-example.h | |
// QCBOR | |
// | |
// Created by Laurence Lundblade on 4/8/22. | |
// Copyright © 2022 Laurence Lundblade. All rights reserved. | |
// | |
#ifndef ub_example_h | |
#define ub_example_h | |
#include <stdint.h> | |
int32_t RunUsefulBufExample(void); | |
#endif /* ub_example_h */ |