TEOS-10 / GSW-C

C implementation of the Thermodynamic Equation Of Seawater - 2010 (TEOS-10)
Other
18 stars 17 forks source link

Return EXIT_FAILURE if check functions fail #43

Closed DocOtak closed 3 years ago

efiring commented 3 years ago

For my information, where are EXIT_FAILURE etc. defined?

DocOtak commented 3 years ago

EXIT_FAILURE and EXIT_SUCCESS are in the standard library, so stdlib.h.

Edit: libc reference on exit status