aboutsummaryrefslogtreecommitdiff
path: root/include/__u8view.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-16 10:39:47 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-16 10:49:21 +0200
commit402f5b4777897f0400a6a3e710452f6f64edb7d2 (patch)
treef49762ea36389ab6202be8076a73b5c08620dd32 /include/__u8view.h
parentc84f2f1b74d362054ecde1838cbc13a953cae8aa (diff)
Change private symbol prefix from ‘__’ to ‘_’
Diffstat (limited to 'include/__u8view.h')
-rw-r--r--include/__u8view.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/__u8view.h b/include/__u8view.h
deleted file mode 100644
index c6073c7..0000000
--- a/include/__u8view.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef MLIB___U8VIEW_H
-#define MLIB___U8VIEW_H
-
-#include <stddef.h>
-
-#include "__charN_t.h"
-
-struct u8view {
- const char8_t *p;
- size_t len;
-};
-
-#endif /* !MLIB___U8VIEW_H */