Каталог требований LSB Core 3.1
Требования для функции '__assert_fail'
| Standard | ID | Description |
| LSB | __assert_fail.01 | The __assert_fail() function shall print |
| LSB | __assert_fail.01.01 | the given file filename |
| LSB | __assert_fail.01.02 | line line number |
| LSB | __assert_fail.01.03 | function function name |
| LSB | __assert_fail.01.04 | a message |
| LSB | __assert_fail.01.05 | on the standard error stream |
| LSB | __assert_fail.01.06 | in an unspecified format |
| LSB | __assert_fail.02 | abort program execution via the abort() function |
| LSB | __assert_fail.03 | If function is NULL, __assert_fail() shall omit information about the function |