Fix cast type
This commit is contained in:
parent
e62d204d57
commit
9c4386b7fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue