ref: 0481916bfbc64666485d976d5b67e00dff5387ff dir: /ops.h/
typedef struct Ops Ops; struct Ops { char *opname; uint op; }; uint o_lookup(char *n); char *o_find(uint op);