Files
termOS/Runtime/termosh/inc/handlers.h
T

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