C++: Avoid inclusion of standard headers

This commit is contained in:
Anders Fugmann
2021-08-17 15:56:28 +02:00
parent 469f8a638b
commit 666d5917fa

View File

@@ -1,4 +1,4 @@
#include <stdint.h>
typedef unsigned char uint8_t;
#define SIZE (32)
void test_buffer_overrun_in_for_loop()