summaryrefslogtreecommitdiff
path: root/src/null.c
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-09-25 17:32:02 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-09-25 17:36:02 +0200
commit0e11a91fce4d7e1a4cdcd91f8bd042fa89d6b9cc (patch)
tree4a43b2ad467416b494cc1af3485abf82cc90da4a /src/null.c
parentccdaeea51ede15f6c882660390e9b9456aa1256d (diff)
The code.
Diffstat (limited to 'src/null.c')
-rw-r--r--src/null.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/null.c b/src/null.c
new file mode 100644
index 0000000..4474c1a
--- /dev/null
+++ b/src/null.c
@@ -0,0 +1,4 @@
+int null(int i, int x, int y)
+{
+ return 0;
+} \ No newline at end of file