ref: d744d640527aa7887a616da26b62d043862d4fc7
parent: 00753c1bce73d9d7eda249ca375a473daa0af974
author: MHS <gek@katherine>
date: Mon Apr 5 16:27:50 EDT 2021
Automatic commit.
--- a/include-demo/stringutil.h
+++ b/include-demo/stringutil.h
@@ -1,3 +1,6 @@
+#ifndef STRUTIL_H
+#define STRUTIL_H
+
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
@@ -342,3 +345,5 @@
//if(toklens)STRUTIL_FREE(toklens);
return out;
}
+//STRUTIL_H
+#endif