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