90s/rush.h

6 lines
71 B
C

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