commit | 501d3f8d6e670cfe8d4a5904bd03c2ba53991e90 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Fri Apr 08 14:52:55 2022 -0600 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Fri Apr 08 14:52:55 2022 -0600 |
tree | 882f07d683548ad23aed09b91288882368ef022a | |
parent | 9b9f333392cd0b7011a76eda701142c970f35830 [diff] [blame] |
first check-in of UsefulBuf example
diff --git a/ub-example.h b/ub-example.h new file mode 100644 index 0000000..6ed3626 --- /dev/null +++ b/ub-example.h
@@ -0,0 +1,16 @@ +// +// 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 */