diff options
Diffstat (limited to 'lib/empty.c')
| -rw-r--r-- | lib/empty.c | 6 |
1 files changed, 6 insertions, 0 deletions
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); +} |
