core: add B_NPOS definition
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
#define _Nonnull
|
#define _Nonnull
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define B_NPOS ((size_t)-1)
|
||||||
|
|
||||||
#define b_min(type, x, y) (z__b_min_##type(x, y))
|
#define b_min(type, x, y) (z__b_min_##type(x, y))
|
||||||
#define b_max(type, x, y) (z__b_max_##type(x, y))
|
#define b_max(type, x, y) (z__b_max_##type(x, y))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user