Next: ascii non-zero predicates, Up: ascii non-zero [Contents][Index]
Build and return a new instance, initialised with the given operands.
Build and return a new instance, representing an empty string. The pointer field references a statically allocated empty string; the length field is set to zero.
Build and return a new instance: the pointer field is set to NULL
; the length field is set to
zero.
Build and return a new instance, initialised with the given pointer to an ASCIIZ string. The
length of the string is determined with a call to strlen()
.
Build and return a new instance initialised with the fields from the given block. The block is supposed to hold a valid ASCII string, with no zero characters inside.
Build and return a new instance initialised with the fields from the given ASCIIZ string.
Next: ascii non-zero predicates, Up: ascii non-zero [Contents][Index]
This document describes version 0.2.2-devel.3 of CCMemory.