mirror of
				https://github.com/Proxmark/proxmark3.git
				synced 2025-11-01 00:56:00 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef PM3_BITLIB
 | |
| #define PM3_BITLIB
 | |
| 
 | |
| #include <lua.h>
 | |
| int set_bit_library (lua_State *L);
 | |
| 
 | |
| #endif /* PM3_BITLIB */
 |