aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-01-24 23:24:26 +0100
committerMattias Andrée <m@maandree.se>2026-01-24 23:24:26 +0100
commit7c4b779797c4297e028ddc2ee5243a8156ebba9b (patch)
tree483633a63f8cfb8cfef9711961f1fe8cd387e9de /libcharconv.h
parentAdd clock faces (diff)
downloadcharconv-7c4b779797c4297e028ddc2ee5243a8156ebba9b.tar.gz
charconv-7c4b779797c4297e028ddc2ee5243a8156ebba9b.tar.bz2
charconv-7c4b779797c4297e028ddc2ee5243a8156ebba9b.tar.xz
Improve go
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--libcharconv.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libcharconv.h b/libcharconv.h
index 0a34555..b1d6599 100644
--- a/libcharconv.h
+++ b/libcharconv.h
@@ -84,7 +84,8 @@ enum libcharconv_result libcharconv_dice(const char *s, size_t slen, size_t *n,
/**
* Convert
- * '0' to WHITE CIRCLE,
+ * '0', 'w', and 'W' to WHITE CIRCLE,
+ * 'b' and 'B' to BLACK CIRCLE,
* '1' to WHITE CIRCLE WITH DOT RIGHT, and
* '2' to WHITE CIRCLE WITH TWO DOTS
*
@@ -119,7 +120,8 @@ enum libcharconv_result libcharconv_go_white(const char *s, size_t slen, size_t
/**
* Convert
- * '0' to BLACK CIRCLE,
+ * '0', 'b', and 'B' to BLACK CIRCLE,
+ * 'w', and 'W' to WHITE CIRCLE,
* '1' to BLACK CIRCLE WITH WHITE DOT RIGHT, and
* '2' to BLACK CIRCLE WITH TWO WHITE DOTS
*