90s/rush.h

7 lines
71 B
C
Raw Normal View History

2024-02-02 17:52:21 +01:00
#ifndef RUSH_H_
#define RUSH_H_
char **argsplit(char * line);
#endif