mirror of
https://github.com/YACReader/yacreader
synced 2025-11-06 18:24:16 -05: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
|