aboutsummaryrefslogtreecommitdiff
path: root/builtins/bool.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-04-10 13:33:40 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-04-10 13:33:40 -0400
commit17cb6ffd88c4464c513b045f4b06c4e6e46e8f22 (patch)
tree115c43f519f598f98d635502a6660c2a7df14c6f /builtins/bool.h
parente6f78f1d89acb038cf7893c325ee9acf61a555ad (diff)
Add Bool.from_text()
Diffstat (limited to 'builtins/bool.h')
-rw-r--r--builtins/bool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/bool.h b/builtins/bool.h
index d5f4b705..356889d1 100644
--- a/builtins/bool.h
+++ b/builtins/bool.h
@@ -13,6 +13,7 @@
#define no (Bool_t)false
CORD Bool$as_text(const bool *b, bool colorize, const TypeInfo *type);
+bool Bool$from_text(CORD text, bool *success);
extern const TypeInfo $Bool;