Cedro
Data Fields
Byte_array_slice Struct Reference

Data Fields

Byte_mut_p start_p
 
Byte_mut_p end_p
 

Detailed Description

Example:

Byte_array_slice s = { &start, &start + 10 };
Definition: cedro.c:379


Field Documentation

◆ end_p

Byte_mut_p Byte_array_slice::end_p

End addres.

◆ start_p

Byte_mut_p Byte_array_slice::start_p

Start address.


The documentation for this struct was generated from the following file: