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


7.1 Non–zero terminated strings

Struct Typedef: ccmem_ascii_t

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

size_t len

Number of characters in the string.

char * ptr

Pointer to the first character in the string.


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

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