From 0e15f39bbb46549603eb09efcd41e467205ac125 Mon Sep 17 00:00:00 2001 From: Maximilian Date: Sat, 1 Nov 2025 12:45:21 +0300 Subject: [PATCH] Update str_lib.h --- str_lib.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/str_lib.h b/str_lib.h index d89a75b..6337b65 100644 --- a/str_lib.h +++ b/str_lib.h @@ -1,6 +1,7 @@ -#pragma once +#ifndef STR_LIB_H +#define STR_LIB_H int mystrlen(const char *s); - int mystr_idx(const char *s1, const char *s2); +#endif