From 49e929fa89d9ce348df5068845069392f69d8c86 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 20 Nov 2023 00:20:47 -0500 Subject: Rebrand for the last time * Shorten OHMYCAL to OMC * Rename ohmycal.h to omc.h --- include/system.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/system.h') diff --git a/include/system.h b/include/system.h index a922c69..81fe99a 100644 --- a/include/system.h +++ b/include/system.h @@ -2,8 +2,8 @@ // Created by jhunk on 10/4/23. // -#ifndef OHMYCAL_SYSTEM_H -#define OHMYCAL_SYSTEM_H +#ifndef OMC_SYSTEM_H +#define OMC_SYSTEM_H #include #include @@ -25,4 +25,4 @@ int shell(struct Process *proc, char *args[]); int shell2(struct Process *proc, char *args); int shell_safe(struct Process *proc, char *args[]); -#endif //OHMYCAL_SYSTEM_H +#endif //OMC_SYSTEM_H -- cgit