OpenBSD manual page server

Manual Page Search Parameters

FUSE_VERSION(3) Library Functions Manual FUSE_VERSION(3)

fuse_versionget the version of the FUSE library

#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>

July 8, 2018 OpenBSD-current