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/cmd_line_main.c b/cmd_line_main.c index ef59e43..59ceb3a 100644 --- a/cmd_line_main.c +++ b/cmd_line_main.c
@@ -13,6 +13,7 @@ #include <stdio.h> #include "run_tests.h" #include "example.h" +#include "ub-example.h" /* @@ -33,6 +34,7 @@ (void)argc; // Avoid unused parameter error RunQCborExample(); + RunUsefulBufExample(); // This call prints out sizes of data structures to remind us