core: add B_NPOS definition

This commit is contained in:
2025-10-19 10:22:11 +01:00
parent 379bd048b2
commit c389e32dc6

View File

@@ -8,6 +8,8 @@
#define _Nonnull
#endif
#define B_NPOS ((size_t)-1)
#define b_min(type, x, y) (z__b_min_##type(x, y))
#define b_max(type, x, y) (z__b_max_##type(x, y))