Add union definition

This commit is contained in:
2022-07-29 08:16:44 +02:00
parent 39195f7275
commit 075c4650cf

View File

@@ -23,6 +23,7 @@
#define EXTERN extern
#define STRUCT struct
#define STATIC static
#define UNION union
#define VOLATILE volatile
/* NULL values */