mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-17 19:25:57 +02:00
Add flopen function
Taken from FreeBSD.
This commit is contained in:
@@ -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) */
|
||||
|
Reference in New Issue
Block a user