rtl433  UNKNOWN
RTL-433 utility
list Struct Reference

Dynamically growing list, elems is always NULL terminated, call list_ensure_size() to alloc elems. More...

#include <list.h>

Data Fields

void ** elems
 
size_t size
 
size_t len
 

Detailed Description

Dynamically growing list, elems is always NULL terminated, call list_ensure_size() to alloc elems.

Field Documentation

◆ elems

◆ len

◆ size

size_t list::size

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