From 6ffd8467af7c6138196930116fecf27fca9b8604 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Aug 2025 01:45:31 -0400 Subject: Update file header comments --- src/stdlib/simpleparse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stdlib/simpleparse.h') diff --git a/src/stdlib/simpleparse.h b/src/stdlib/simpleparse.h index 6435807f..da9dca50 100644 --- a/src/stdlib/simpleparse.h +++ b/src/stdlib/simpleparse.h @@ -1,5 +1,3 @@ -#pragma once - // This file defines some functions to make it easy to parse simply formatted // strings **correctly** without memory bugs. // @@ -16,6 +14,8 @@ // if ((err=strparse("one, two", &item1, ",", PARSE_WHITESPACE, &item2))) // errx(1, "Failed to parse items at: ", err); +#pragma once + #include #include #include -- cgit v1.2.3