From 1781fa96c4390661c9b9676bf162feffc7cd9fb8 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 30 Oct 2025 01:18:39 +0100 Subject: [PATCH] update: added builtins header file --- include/builtins.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 include/builtins.h diff --git a/include/builtins.h b/include/builtins.h new file mode 100644 index 0000000..9cd9627 --- /dev/null +++ b/include/builtins.h @@ -0,0 +1,26 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* builtins.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: sede-san