summaryrefslogtreecommitdiff
path: root/src/include/source/shell/uptime.h
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2022-06-01 17:02:08 +0200
committerAleksa Vučković <aleksav013@gmail.com>2022-06-01 17:02:08 +0200
commitdd038cfb10cae6dba5afabc786a129224da5ef8c (patch)
treee9d94f187db87f880a52be2c4e7c8e276477c9ab /src/include/source/shell/uptime.h
parent602037ec658da6ab2f04f1c806bfccdcd8125f27 (diff)
simple snake game
Diffstat (limited to 'src/include/source/shell/uptime.h')
-rw-r--r--src/include/source/shell/uptime.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/source/shell/uptime.h b/src/include/source/shell/uptime.h
new file mode 100644
index 0000000..740b7e3
--- /dev/null
+++ b/src/include/source/shell/uptime.h
@@ -0,0 +1,6 @@
+#ifndef SOURCE_SHELL_UPTIME
+#define SOURCE_SHELL_UPTIME
+
+void uptime(void);
+
+#endif