Next: , Previous: , Up: Top   [Contents][Index]


6 Blocks of memory

Struct Typedef: ccmem_block_t

Type representing an memory. Usually instances of this type are passed around by value. It has the following fields:

size_t len

Number of octets in the string.

uint8_t * ptr

Pointer to the first octet in the block.


Next: , Previous: , Up: Top   [Contents][Index]

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