From b5ae5025204817993442c950d2a95dcd607a069f Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Mon, 18 Feb 2019 15:06:20 -0800 Subject: [PATCH] basically useless commit --- stl/string.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stl/string.h b/stl/string.h index dbbeab9..831ca84 100644 --- a/stl/string.h +++ b/stl/string.h @@ -1,4 +1,7 @@ -// our own stuff for stl utilities +/* + * string.h + * String based utilities +*/ unsigned strlen(const char* str) { unsigned idx = 0;