OS1/movies/input.h

13 lines
156 B
C
Raw Permalink Normal View History

#include "stdio.h"
#include "stdlib.h"
#include "unistd.h"
#ifndef INPUT
#define INPUT
2023-10-15 16:11:39 -07:00
// Error checking integer input
int integer_input(char*);
#endif