ESH

Executive Shell
git clone http://git.omkov.net/ESH
Log | Tree | Refs | README | Download

ESH/src/bltn.h (12 lines, 251 B) -rw-r--r-- blame download

01234567891011
// Copyright (C) 2023, Jakob Wakeling
// All rights reserved.

#ifndef ESH_BUILTIN_H_2C7ANH8K
#define ESH_BUILTIN_H_2C7ANH8K

typedef struct { const char *name; int (*fn)(int, char *[]); } bltn;

extern bltn bltns[];

#endif // ESH_BUILTIN_H_2C7ANH8K