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