aboutsummaryrefslogtreecommitdiff
path: root/builtins/integers.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-12 01:24:26 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-12 01:24:26 -0400
commitbd111dbe2ea1718dd541f347ce9c0b08068cc544 (patch)
tree3b06ce97c9e40685d75d2833808797d49baef6e3 /builtins/integers.h
parent4e4e397e4c9171465a6f6e9bcb8d6edf2818d8ed (diff)
Automatically interpolate ints for pattern/shell/path
Diffstat (limited to 'builtins/integers.h')
-rw-r--r--builtins/integers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/integers.h b/builtins/integers.h
index 4a6416c1..641d4e28 100644
--- a/builtins/integers.h
+++ b/builtins/integers.h
@@ -82,6 +82,7 @@ DEFINE_INT_TYPE(int8_t, Int8)
#define OptionalInt_t Int_t
Text_t Int$as_text(const Int_t *i, bool colorize, const TypeInfo *type);
+Text_t Int$value_as_text(Int_t i);
PUREFUNC uint64_t Int$hash(const Int_t *x, const TypeInfo *type);
PUREFUNC int32_t Int$compare(const Int_t *x, const Int_t *y, const TypeInfo *type);
PUREFUNC int32_t Int$compare_value(const Int_t x, const Int_t y);