90s/include/90s.h
2024-07-01 17:40:47 +01:00

9 lines
119 B
C

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