90s/rush.h

6 lines
70 B
C

#ifndef RUSH_H_
#define RUSH_H_
char **argsplit(char *line);
#endif