#ifndef RUSH_H_ #define RUSH_H_ #include void *memalloc(size_t size); char **argsplit(char *line); #endif