5 lines
72 B
C
5 lines
72 B
C
#pragma once
|
|
|
|
#define END_PROGRAM -1
|
|
#define SUCCESS 0
|
|
#define ERROR -2
|