LibC: fix typo

This commit is contained in:
Bananymous 2023-08-02 22:10:12 +03:00
parent 91f04ce250
commit c67a7cec5b
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ typedef uint64_t uintmax_t;
#define INTPTR_MIN (-INTPTR_MAX - 1)
#define INTPTR_MAX __INTPTR_MAX__
#define UINPTR_MAX __UINTPTR_MAX__
#define UINTPTR_MAX __UINTPTR_MAX__
// FIXME: is this the correct?
#define INTMAX_MIN INT64_MIN