Unverified Commit d4503a05 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

mention that cstdlib is included in lmptype.h now, too.

parent 47fc31d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ Include files should be included in this order:
#### pointers.h

The `pointer.h` header file also includes `cstdio` and `lmptype.h`
(and through it `stdint.h`, `intttypes.h`, and `climits`).
(and through it `stdint.h`, `intttypes.h`, cstdlib, and `climits`).
This means any header including `pointers.h` can assume that `FILE`,
`NULL`, `INT_MAX` are defined.