Add union definition
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2022-07-29 08:16:44 +02:00
parent 39195f7275
commit 075c4650cf
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

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