mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
LibC: Define ptrdiff_t limits
This commit is contained in:
parent
328818af97
commit
230df61aef
1 changed files with 3 additions and 0 deletions
|
@ -123,4 +123,7 @@ typedef __INTMAX_TYPE__ intmax_t;
|
|||
|
||||
#define SIZE_MAX ((size_t)-1)
|
||||
|
||||
#define PTRDIFF_MAX __PTRDIFF_MAX__
|
||||
#define PTRDIFF_MIN (-__PTRDIFF_MAX__ - 1)
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue