LINUX.ORG.RU

История изменений

Исправление Shadow1251, (текущая версия) :

RETURN VALUES
The malloc() and calloc() functions return a pointer to the allocated
memory if successful; otherwise a NULL pointer is returned and errno is
set to ENOMEM.

По крайней мере в BSD так.

Исходная версия Shadow1251, :

RETURN VALUES
The malloc() and calloc() functions return a pointer to the allocated
memory if successful; otherwise a NULL pointer is returned and errno is
set to ENOMEM.