PatchworkOS
Loading...
Searching...
No Matches
element_id.h
Go to the documentation of this file.
1#ifndef PATCHWORK_ELEMENT_ID_H
2#define PATCHWORK_ELEMENT_ID_H 1
3
4#include <stdint.h>
5
6#if defined(__cplusplus)
7extern "C"
8{
9#endif
10
24
28#define ELEMENT_ID_NONE UINT64_MAX
29
32#if defined(__cplusplus)
33}
34#endif
35
36#endif
uint64_t element_id_t
Element identifier type.
Definition element_id.h:23
__UINT64_TYPE__ uint64_t
Definition stdint.h:17