DeadSix27 / waifu2x-converter-cpp

Improved fork of Waifu2X C++ using OpenCL and OpenCV
MIT License
792 stars 86 forks source link

unify exit codes and exit with failure when all files errored #190

Closed DeadSix27 closed 5 years ago

YukihoAA commented 5 years ago

@DeadSix27 Is std::exit() and exit() works same?? someone told it is slightly different but it seems ok?

https://stackoverflow.com/a/38725262 (for reference)