yacreader/common/exit_check.h

10 lines
110 B
C++

#ifndef EXIT_CHECK_H
#define EXIT_CHECK_H
namespace YACReader
{
void exitCheck(int ret);
}
#endif