aboutsummaryrefslogtreecommitdiff
path: root/include/optparse.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/optparse.h
parentc84f2f1b74d362054ecde1838cbc13a953cae8aa (diff)
Change private symbol prefix from ‘__’ to ‘_’
Diffstat (limited to 'include/optparse.h')
-rw-r--r--include/optparse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/optparse.h b/include/optparse.h
index 5f7eafd..7e2c315 100644
--- a/include/optparse.h
+++ b/include/optparse.h
@@ -3,10 +3,10 @@
#include <stddef.h>
-#include "__charN_t.h"
-#include "__rune.h"
-#include "__u8view.h"
#include "_attrs.h"
+#include "_charN_t.h"
+#include "_rune.h"
+#include "_u8view.h"
struct optparse {
bool _b;