mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-04 03:27:00 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			195 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			195 B
		
	
	
	
		
			C
		
	
	
	
	
	
#pragma once
 | 
						|
#include <wchar.h>
 | 
						|
#include <stdbool.h>
 | 
						|
 | 
						|
void run(const wchar_t *program, const wchar_t *module, const wchar_t *function, bool is_gui, int argc, char * const *argv, char* exe_path);
 |