Add flopen function

Taken from FreeBSD.
This commit is contained in:
Guillem Jover
2010-01-09 23:49:32 +01:00
parent 57cc5326cf
commit 98a2479f0b
5 changed files with 213 additions and 0 deletions

View File

@@ -46,6 +46,8 @@
__BEGIN_DECLS
int humanize_number(char *buf, size_t len, int64_t bytes,
const char *suffix, int scale, int flags);
int flopen(const char *_path, int _flags, ...);
__END_DECLS
/* humanize_number(3) */