changed why2_bool to _Bool

yo what vscode was throwing errors before
This commit is contained in:
Václav Šmejkal 2023-02-05 17:53:33 +01:00
parent d602009c44
commit 9d0081ac8f
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -50,7 +50,7 @@ const enum WHY2_EXIT_CODES //exit codes you fucking idiot
#define WHY2_UNUSED __attribute__((unused)) //SAME COMMENT AS WHY2_DEPRECATED'S #define WHY2_UNUSED __attribute__((unused)) //SAME COMMENT AS WHY2_DEPRECATED'S
//TYPES //TYPES
typedef char why2_bool; //READ THE NAME OR I WILL FIND YOU AND FUCK YOUR MOTHERFUCKING DOG!!! typedef _Bool why2_bool; //READ THE NAME OR I WILL FIND YOU AND FUCK YOUR MOTHERFUCKING DOG!!!
typedef int (*why2_encryption_operation_cb)(int, int); //TYPE FOR encryptionOperation CALLBACK typedef int (*why2_encryption_operation_cb)(int, int); //TYPE FOR encryptionOperation CALLBACK
typedef struct typedef struct
{ {