isle-portable/mortar/include/mortar/mortar_process.h
2026-01-31 03:48:00 +01:00

10 lines
216 B
C

#pragma once
#include "mortar_begin.h"
typedef struct MORTAR_Process MORTAR_Process;
extern MORTAR_DECLSPEC MORTAR_Process* MORTAR_CreateProcess(const char* const* args, bool pipe_stdio);
#include "mortar_end.h"