OS1/movies/input.h

12 lines
156 B
C

#include "stdio.h"
#include "stdlib.h"
#include "unistd.h"
#ifndef INPUT
#define INPUT
// Error checking integer input
int integer_input(char*);
#endif