Fix cast type

This commit is contained in:
Joey Yakimowich-Payne 2020-04-20 09:08:08 -06:00
commit 9c4386b7fd

View file

@ -23,7 +23,7 @@ extern "C" {
#define BOOL true
#define MATHEXPR (1 + 2/3*20 - 100)
#define ANDEXPR (100 & 11000)
#define CASTEXPR (int) 34
#define CASTEXPR (char) 34
#define NULLCHAR '\0'
#define OCTCHAR '\012'