#pragma once #include #include #include #include typedef int (*Formatter)(fmt·State *io); typedef struct Verb Verb; struct Verb { int c; Formatter fmt; }; void fmt·setlocale(fmt·State *io, char *decimal, char *thousands, char *groups);