PREV INDEX NEXT

Author: Unknown
Subject: do we need to check Malloc and realloc
Date: Thursday, 09 Apr 2020, 09:20:21

Since the specs says that we might assume Malloc neverfail
can the function be void createHash( XXXX) since we no longer have the step? 

if(!Temp) //temp being the pointer to be malloc'd
   return false; 

Thank you!
PREV INDEX NEXT