mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 10:50:27 -04:00
9 lines
100 B
C++
9 lines
100 B
C++
#ifndef EXIT_CHECK_H
|
|
#define EXIT_CHECK_H
|
|
|
|
namespace YACReader {
|
|
void exitCheck(int ret);
|
|
}
|
|
|
|
#endif
|