aboutsummaryrefslogtreecommitdiffstats
path: root/csrc
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-03-31 22:57:06 +0200
committersalaaad2 <arthurdurant263@gmail.com>2022-03-31 22:57:06 +0200
commitad9bf788be5dedfc001ceae51512827596a0af04 (patch)
tree3c1863e126893c47bbf5ce958324f5acda9a30a1 /csrc
downloadsmith-ad9bf788be5dedfc001ceae51512827596a0af04.tar.gz
smith-ad9bf788be5dedfc001ceae51512827596a0af04.tar.bz2
smith-ad9bf788be5dedfc001ceae51512827596a0af04.tar.xz
smith-ad9bf788be5dedfc001ceae51512827596a0af04.tar.zst
smith-ad9bf788be5dedfc001ceae51512827596a0af04.zip
mrsmith_v0.0.1
Diffstat (limited to 'csrc')
-rw-r--r--csrc/smith.c15
-rw-r--r--csrc/smith.h6
2 files changed, 21 insertions, 0 deletions
diff --git a/csrc/smith.c b/csrc/smith.c
new file mode 100644
index 0000000..4ff5553
--- /dev/null
+++ b/csrc/smith.c
@@ -0,0 +1,15 @@
+/*********************************/
+/* SMITH ( // */
+/* smith ( )/ */
+/* by salade )(/ */
+/* ________________ ( /) */
+/* ()__)____________))))) :^} */
+/*********************************/
+
+#include "smith.h"
+
+char *
+mr_smith()
+{
+ return ("---SMITH_V0.0.0---");
+}
diff --git a/csrc/smith.h b/csrc/smith.h
new file mode 100644
index 0000000..b342e54
--- /dev/null
+++ b/csrc/smith.h
@@ -0,0 +1,6 @@
+#ifndef SMITH_H_
+#define SMITH_H_
+
+char * mr_smith();
+
+#endif // SMITH_H_