mirror of
https://github.com/0intro/wmii
synced 2024-11-22 22:02:30 +03:00
11 lines
231 B
C
11 lines
231 B
C
#include <stuff/util.h>
|
|
#include <langinfo.h>
|
|
#include <limits.h>
|
|
#include <string.h>
|
|
#include <wchar.h>
|
|
|
|
extern void* __fmtflush(Fmt *f, void *t, int len);
|
|
extern int __fmtpad(Fmt *f, int n);
|
|
extern int __rfmtpad(Fmt *f, int n);
|
|
|