Каталог требований LSB Core 3.1

Требования для функции '__assert_fail'
StandardIDDescription
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