6 lines
86 B
C
6 lines
86 B
C
#pragma once
|
|
|
|
#include <stdtypedefs.h>
|
|
|
|
#define EXIT_SUCCESS 0
|
|
#define EXIT_FAILURE 1
|