From 422b6c976e28445d2a6e14586fa416b0f16c093f Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 24 Jun 2023 20:48:32 +0300 Subject: initial commit --- lib/empty.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/empty.c (limited to 'lib/empty.c') diff --git a/lib/empty.c b/lib/empty.c new file mode 100644 index 0000000..6cbdee2 --- /dev/null +++ b/lib/empty.c @@ -0,0 +1,6 @@ +#include "../ops/common.h" + +DEFINE_OP(empty) +{ + NEXT_OP(sp, a, x, y, o); +} -- cgit v1.3