90s/rush.h

7 lines
70 B
C
Raw Normal View History

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