Example code cleanup

This commit is contained in:
2021-11-04 11:31:57 -07:00
parent e7c9848f63
commit 21e19ba995
5 changed files with 72 additions and 91 deletions

13
tools/utils/common.h Normal file
View File

@ -0,0 +1,13 @@
/**
* Copyright (c) 2021 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>