libfuse
fuse-3.17.1-rc0
lib
util.h
1
#define ROUND_UP(val, round_to) (((val) + (round_to - 1)) & ~(round_to - 1))
2
3
int
libfuse_strtol(
const
char
*str,
long
*res);
Generated by
1.9.8