aboutsummaryrefslogtreecommitdiff
path: root/libk/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk/string.h')
-rw-r--r--libk/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libk/string.h b/libk/string.h
index 03c0942..30824b8 100644
--- a/libk/string.h
+++ b/libk/string.h
@@ -65,6 +65,7 @@ public:
};
IntegerView(int32_t n);
+ IntegerView(uint32_t n);
IntegerView(HexFormat_int32 f);
IntegerView(HexFormat_uint32 f);