fmtdef.h (231B)
1 #include <stuff/util.h> 2 #include <langinfo.h> 3 #include <limits.h> 4 #include <string.h> 5 #include <wchar.h> 6 7 extern void* __fmtflush(Fmt *f, void *t, int len); 8 extern int __fmtpad(Fmt *f, int n); 9 extern int __rfmtpad(Fmt *f, int n); 10