shlomif / fc-solve

Freecell Solver - a C library for automatically solving Freecell and some other variants of card Solitaire
https://fc-solve.shlomifish.org/
MIT License
60 stars 13 forks source link

Extract an fprintf(stderr, fmt, ...);+exit(-1); function #6

Closed shlomif closed 7 years ago

shlomif commented 7 years ago

Extract a function to do fprintf(stderr, fmt, args and then exit(-1);. Make it _Noreturn.

shlomif commented 7 years ago

Most of the main places have been extracted. Closing as Fixed.