From 642b5fb0007b64c77d186fcb018d571152ee1d47 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Mon, 14 Aug 2023 18:51:07 +0200 Subject: reorganization: first steps --- src/user/app/shell/builtins.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/user/app/shell/builtins.h (limited to 'src/user/app/shell/builtins.h') diff --git a/src/user/app/shell/builtins.h b/src/user/app/shell/builtins.h deleted file mode 100644 index 1e422bb..0000000 --- a/src/user/app/shell/builtins.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once -#include -#include - -struct builtin { - const char *name; - void (*fn)(int argc, char **argv); -}; - -extern struct builtin builtins[]; -- cgit v1.2.3