#pragma once #include #include #include #include typedef int (*Formatter)(fmt·State *io); typedef struct Verb Verb; struct Verb { int c; Formatter fmt; };