1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-24 13:02:07 -06:00
Files
winfsp/opt/cygfuse/fuse3/cygfuse-test.c
Bill Zissimopoulos 897a08700b opt: cygfuse: fuse3
2018-07-25 21:15:16 -07:00

7 lines
86 B
C

#include <fuse.h>
int main()
{
return !(FUSE_VERSION == fuse_version());
}