From 9d0081ac8f05025344808a7dc9926630b95fd67b Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sun, 5 Feb 2023 17:53:33 +0100 Subject: [PATCH] changed why2_bool to _Bool yo what vscode was throwing errors before --- include/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/flags.h b/include/flags.h index 0d0979f..28d0850 100644 --- a/include/flags.h +++ b/include/flags.h @@ -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 //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 struct {