Previous: , Up: ascii   [Contents][Index]


7.2 Zero terminated strings

Struct Typedef: ccmem_asciiz_t

Type representing an ASCII coded, zero terminated, string in memory; an ASCIIZ string. Usually instances of this type are passed around by value. It has the following fields:

size_t len

Number of characters in the string, not including the terminating zero.

char * ptr

Pointer to the first character in the string.


Previous: , Up: ascii   [Contents][Index]

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