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