47735bb1bd
del: KSH
7 lines
155 B
C
7 lines
155 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
// Copyright (c) 2026 0xKarinyash
|
|
|
|
#pragma once
|
|
|
|
void not_implemented_yet();
|
|
void cmd_spawn(const char* path); |