// SPDX-License-Identifier: GPL-3.0-or-later // Copyright (c) 2025 0xKarinyash #ifndef KSH_H #define KSH_H void ksh(); #endif