aboutsummaryrefslogtreecommitdiff
path: root/common/str.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 21:09:41 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 21:09:41 +0100
commita454f9e1f2b09d4799e8ac3c4a4eb62bbba7b823 (patch)
tree99c17c5dc928143645dee9c57d346f8f8c3e3607 /common/str.h
parent8b1de3b34222ec6d8e6c99f7897b9cbd5fbba264 (diff)
downloaduwu-lang-a454f9e1f2b09d4799e8ac3c4a4eb62bbba7b823.tar.xz
common/ refactoring
Diffstat (limited to 'common/str.h')
-rw-r--r--common/str.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/str.h b/common/str.h
index b0baa37..fc5f587 100644
--- a/common/str.h
+++ b/common/str.h
@@ -1,5 +1,5 @@
-#ifndef _UTIL_H_
-#define _UTIL_H_
+#ifndef _COMMON_STR_H_
+#define _COMMON_STR_H_
#include <stdio.h>
#include <stdarg.h>