CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
formattable.cxh
1#include <cx/format.h>
2
3interface Formattable {
4 bool format(FMTVar *v, string *out);
5}