file_sorting/status_codes.h
2025-10-21 18:50:21 +02:00

5 lines
72 B
C

#pragma once
#define END_PROGRAM -1
#define SUCCESS 0
#define ERROR -2