commit | d4cd723bc35b167c2a56dde7a08751b964c5692a | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Fri Jul 03 19:30:48 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Fri Jul 03 19:30:48 2020 -0700 |
tree | 98356f0c8a8ef54520ced2cec4cc769aee8a5918 | |
parent | 3cd26ebf9bf1e9070e000f7a24b0243c8d0a616d [diff] [blame] |
new example starting to work
diff --git a/example.h b/example.h new file mode 100644 index 0000000..ac5caef --- /dev/null +++ b/example.h
@@ -0,0 +1,15 @@ +// +// Header.h +// Example +// +// Created by Laurence Lundblade on 6/30/20. +// Copyright © 2020 Laurence Lundblade. All rights reserved. +// + +#ifndef Header_h +#define Header_h + +void RunQCborExample(void); + + +#endif /* Header_h */