diff options
author | sinanmohd <sinan@firemail.cc> | 2023-04-10 07:45:35 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-04-10 07:45:35 +0530 |
commit | c14dab7f3a1cf72619fadce9b81b55426dc0b32e (patch) | |
tree | 608080198e6e07c683489644623e2770af6fc69c /5.19/err.h | |
parent | 3594391322954f6538087b1af480cf00fd8da2c8 (diff) |
5.19: initial commit, make use of makefiles and split main into multiple files
Diffstat (limited to '5.19/err.h')
-rw-r--r-- | 5.19/err.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/5.19/err.h b/5.19/err.h new file mode 100644 index 0000000..1fa2cfc --- /dev/null +++ b/5.19/err.h @@ -0,0 +1 @@ +void err(char *s); |