From f4e7832656a2b27d6ae735593714aaf8ff7b6a84 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Mon, 8 Jun 2020 18:26:24 +0200 Subject: #971 add str_toupper() Add new utils.c file and replace old StrToUpper(). --- sources/utils.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sources/utils.h (limited to 'sources/utils.h') diff --git a/sources/utils.h b/sources/utils.h new file mode 100644 index 0000000..e32d006 --- /dev/null +++ b/sources/utils.h @@ -0,0 +1,6 @@ +#ifndef _OG_UTILS_H +#define _OG_UTILS_H + +const char *str_toupper(char *str); + +#endif -- cgit v1.2.3-18-g5258