mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
7 lines
86 B
C
7 lines
86 B
C
#include <fuse.h>
|
|
|
|
int main()
|
|
{
|
|
return !(FUSE_VERSION == fuse_version());
|
|
}
|