Next: ascii zero comparison, Previous: ascii zero constructors, Up: ascii zero [Contents][Index]
Return true if the string is empty, that is: the string length is zero, the string pointer is
non–NULL, the string is zero terminated; otherwise return false.
Return true if the string is null, that is: the string length is zero, the string pointer is
NULL; otherwise return false.
Return true if the string pointer is not NULL and the string is zero terminated; otherwise
return false.
Next: ascii zero comparison, Previous: ascii zero constructors, Up: ascii zero [Contents][Index]
This document describes version 0.2.2-devel.3 of CCMemory.