Next: , Previous: , Up: ascii non-zero   [Contents][Index]


7.1.2 Predicates for ASCII strings

Function: bool ccmem_ascii_is_empty (ccmem_ascii_t const S)

Return true if the string is empty, that is: the string length is zero, the string pointer is non–NULL; otherwise return false.

Function: bool ccmem_ascii_is_null (ccmem_ascii_t const S)

Return true if the string is null, that is: the string length is zero, the string pointer is NULL; otherwise return false.


Next: , Previous: , Up: ascii non-zero   [Contents][Index]

This document describes version 0.2.2-devel.3 of CCMemory.