|
MentOS
0.8.0
The Mentoring Operating System
|
Functions | |
| void | __assert_fail (const char *assertion, const char *file, const char *function, unsigned int line) |
| Function used to log the information of a failed assertion. More... | |
| void __assert_fail | ( | const char * | assertion, |
| const char * | file, | ||
| const char * | function, | ||
| unsigned int | line | ||
| ) |
Function used to log the information of a failed assertion.
| assertion | The failed assertion. |
| file | The file where the assertion is located. |
| function | The function where the assertion is. |
| line | The line inside the file. |