mirror of
https://github.com/winfsp/winfsp.git
synced 2025-11-28 14:30:22 +08:00
6 lines
80 B
C
6 lines
80 B
C
#include <fuse.h>
|
|
|
|
int main()
|
|
{
|
|
return !(FUSE_VERSION == fuse_version());
|
|
}
|