5 lines
93 B
C
5 lines
93 B
C
|
#pragma once
|
||
|
#include <luna/Result.h>
|
||
|
|
||
|
typedef Result<void> (*shell_builtin_t)(int, char**);
|