Herb C Reference
Loading...
Searching...
No Matches
prism_serialized.h
Go to the documentation of this file.
1#ifndef HERB_PRISM_SERIALIZED_H
2#define HERB_PRISM_SERIALIZED_H
3
4#include <stddef.h>
5#include <stdint.h>
6
7typedef struct {
8 uint8_t* data;
9 size_t length;
11
12#endif
Definition prism_serialized.h:7
size_t length
Definition prism_serialized.h:9
uint8_t * data
Definition prism_serialized.h:8