aboutsummaryrefslogtreecommitdiff
path: root/smash/builtin.h
blob: 702268ff80a4e57d6f178f61dd9fefead1e2be93 (plain)
1
2
3
4
5
6
7
8
9
#ifndef BUILTIN_H
#define BUILTIN_H

#include "../lib/sys/sizes.h"

u8 has_builtin_with_name(const char *name);
int run_builtin(const char *name, const char **argv);

#endif