Added some C support

This commit is contained in:
ceriel
1990-09-14 14:37:26 +00:00
parent 4900ad0743
commit 5f592dd6bd
12 changed files with 520 additions and 27 deletions

View File

@@ -26,3 +26,6 @@
#define E_LT 18
#define E_GT 19
#define E_SELECT 20
#define E_BAND 21 /* bitwise and */
#define E_BOR 22 /* bitwise or */
#define E_BXOR 23