11 lines
124 B
C
11 lines
124 B
C
|
|
#include "stdio.h"
|
|
#include "stdlib.h"
|
|
#include "unistd.h"
|
|
|
|
#ifndef INPUT
|
|
#define INPUT
|
|
|
|
int integer_input(char*);
|
|
|
|
#endif
|