13 lines
156 B
C
13 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
|