calibre/bypy/macos/util.h
2020-08-22 18:47:57 +05:30

6 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);