FUSE_VERSION(3) Library Functions Manual FUSE_VERSION(3)

fuse_versionget the version of the FUSE library

library “libfuse”
#include <fuse.h>

int
fuse_version(void);

Gets the version of the FUSE library as a whole number. For example, Version 2.6 is returned as 26.

fuse_main(3)

The fuse_version() function conforms to FUSE 2.6.

The fuse_version() function first appeared in OpenBSD 5.4.

Sylvestre Gallon <ccna.syl@gmail.com>

June 10, 2025 Debian