blob: 93449f4a332304ccfa0e2e578930fefd5c00824f [file] [log] [blame]
/* =========================================================================
ub-example.h -- Example code for UsefulBuf
Copyright (c) 2022, Laurence Lundblade. All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
See BSD-3-Clause license in file named "LICENSE"
Created on 4/8/22
========================================================================== */
#ifndef ub_example_h
#define ub_example_h
#include <stdint.h>
int32_t RunUsefulBufExample(void);
#endif /* ub_example_h */