tetengo 1.8.2
A multipurpose library set
Loading...
Searching...
No Matches
stringView.h
Go to the documentation of this file.
1
7#if !defined(TETENGO_LATTICE_STRINGVIEW_H)
8#define TETENGO_LATTICE_STRINGVIEW_H
9
10#include <stddef.h>
11
12
13#if defined(__cplusplus)
14extern "C" {
15#endif
16
21{
23 const char* p_head;
24
26 size_t length;
27
28
30
31
32#if defined(__cplusplus)
33}
34#endif
35
36
37#endif
struct tetengo_lattice_stringView_tag tetengo_lattice_stringView_t
A string view.
A string view.
Definition stringView.h:21
size_t length
Definition stringView.h:26
const char * p_head
Definition stringView.h:23