blob: 3483d42735e1caa356e46743af6013bb61c3c52f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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, /* ⍀ */
};
|