90s/rush.h

9 lines
119 B
C

#ifndef RUSH_H_
#define RUSH_H_
#include <stdio.h>
void *memalloc(size_t size);
char **argsplit(char *line);
#endif