From 2c007a8f94d65dc40f638b284db7e374a58b632f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 8 Jul 2021 02:24:24 -0700 Subject: Chapter 14.1-6 --- clox/src/common.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 clox/src/common.h (limited to 'clox/src/common.h') diff --git a/clox/src/common.h b/clox/src/common.h new file mode 100644 index 0000000..c827b76 --- /dev/null +++ b/clox/src/common.h @@ -0,0 +1,8 @@ +#ifndef clox_common_h +#define clox_common_h + +#include +#include +#include + +#endif -- cgit v1.2.3-54-g00ecf