1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-30 11:38:39 -05:00
Files
winfsp/opt/cygfuse/fuse3/cygfuse-test.c
Bill Zissimopoulos 9160f1c4ce cygfuse: fix CRLF to LF
2018-07-31 15:34:29 -07:00

7 lines
80 B
C

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