mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-10-31 10:37:00 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			167 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			167 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "util.h"
 | |
| 
 | |
| #include <stdlib.h>
 | |
| 
 | |
| int
 | |
| main(int argc, char **argv) {
 | |
| 	execute_python_entrypoint(argc, argv, BASENAME, MODULE, FUNCTION, GUI_APP);
 | |
|     return 0;
 | |
| }
 |