diff options
Diffstat (limited to 'notes.md')
-rw-r--r-- | notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ Which file to include: | `U{CHAR,SHRT,INT,LONG,LLONG}_MAX` | `<limits.h>` | | |------------------------------------------|-----------------------------------|--------------------------------| | C SIZED INTS | | | -| `(C u)int{n}_t` (and `_{MIN,MAX,C}`) | `<stdint.h>` | exact | +| `(u)int{n}_t` (and `_{MIN,MAX,C}`) | `<stdint.h>` | exact | | `(u)int_least{n}_t` (and `_{MIN,MAX,C}`) | `<stdint.h>` | type may be more than `n` bits | | `(u)int_fast{n}_t` (and `_{MIN,MAX,C}`) | `<stdint.h>` | type may be more than `n` bits | | `(u)intptr_t` (and `_{MIN,MAX,C}`) | `<stdint.h>` | | |