47735bb1bd
del: KSH
8 lines
181 B
C
8 lines
181 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
// Copyright (c) 2026 0xKarinyash
|
|
|
|
#pragma once
|
|
#include <Types.h>
|
|
|
|
Int32 ProcessSpawn(const char* path);
|
|
Int32 ProcessWait(UInt64 pid); |