6 lines
92 B
C
6 lines
92 B
C
#pragma once
|
|
|
|
#define END_PROGRAM -1
|
|
#define SUCCESS 0
|
|
#define ERROR -2
|
|
#define NO_SPACE -3
|