diff options
Diffstat (limited to 'hybrids.c')
-rw-r--r-- | hybrids.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/hybrids.c b/hybrids.c new file mode 100644 index 0000000..3483d42 --- /dev/null +++ b/hybrids.c @@ -0,0 +1,21 @@ +#include <u.h> +#include <libc.h> +#include <bio.h> + +#include "apl9.h" + +Rune primhybridnames[] = L"/\⌿⍀"; + +fndyad hybridfunctiondefs[] = { + 0, /* / */ + 0, /* \ */ + 0, /* ⌿ */ + 0, /* ⍀ */ +}; + +opmonad hybridoperatordefs[] = { + 0, /* / */ + 0, /* \ */ + 0, /* ⌿ */ + 0, /* ⍀ */ +};
\ No newline at end of file |