Luna/shell/sh.h

5 lines
93 B
C
Raw Permalink Normal View History

#pragma once
#include <luna/Result.h>
typedef Result<void> (*shell_builtin_t)(int, char**);