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