diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-11-20 00:20:47 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-11-20 00:20:47 -0500 |
commit | 49e929fa89d9ce348df5068845069392f69d8c86 (patch) | |
tree | 5102690ca2d6480b8402d4eca1fa0d67a5cbbfc2 /include/system.h | |
parent | 776fa26053f7bf2f399279aaf77e9de9ab771c44 (diff) | |
download | stasis-49e929fa89d9ce348df5068845069392f69d8c86.tar.gz |
Rebrand for the last time
* Shorten OHMYCAL to OMC
* Rename ohmycal.h to omc.h
Diffstat (limited to 'include/system.h')
-rw-r--r-- | include/system.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <stdio.h> #include <stdlib.h> @@ -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 |