12 lines
184 B
C
12 lines
184 B
C
/*
|
|
* SPDX-FileCopyrightText: 2025 William Bell
|
|
*
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
#ifndef ARGON_SHELL_H
|
|
#define ARGON_SHELL_H
|
|
|
|
int shell();
|
|
|
|
#endif // ARGON_SHELL_H
|