8 lines
167 B
C
8 lines
167 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
// Copyright (c) 2026 0xKarinyash
|
|
|
|
#pragma once
|
|
#include <types.h>
|
|
|
|
Int32 spawn(const char* path);
|
|
Int32 wait(UInt64 pid); |