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