EE445M RTOS
Taken at the University of Texas Spring 2015
exit.h
Go to the documentation of this file.
1 #ifndef __EXIT_CODES__
2 #define __EXIT_CODES__
3 /* TODO: doxygenize */
4 /* todo; add c magic cookie */
5 
6 /* Exit codes go here, but exit_success is already defined! */
7 
8 #endif