mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 07:55:54 +01:00
5 lines
179 B
C
5 lines
179 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);
|