alobbs / macchanger

GNU MAC Changer
http://www.gnu.org/software/macchanger
GNU General Public License v3.0
577 stars 112 forks source link

Using standard exit code definitions. #60

Closed louib closed 2 years ago

louib commented 4 years ago

Hey @alobbs :wave:

There are already constants defined for those in the stdlib, so my suggestion would be to use them:

#define EXIT_FAILURE 1  /* Failing exit status.  */
#define EXIT_SUCCESS 0  /* Successful exit status.  */