#ifndef SPS_H #define SPS_H #include #include #include #include #include #include #include #include #define WELCOME "Welcome to sps(1), the shitposting shell" #define WARNING "(pretty much nothing works, just fyi)" #define MAX_ARGS 64 #define MAX_ENVS 64 #define PROMPT "sps$ " #define ARG_DELIM " " void banner(); void loop(); void cmd(char *line); #endif