forked from lijiext/lammps
mention that cstdlib is included in lmptype.h now, too.
This commit is contained in:
parent
47fc31d005
commit
d4503a05a4
|
@ -107,7 +107,7 @@ Include files should be included in this order:
|
||||||
#### pointers.h
|
#### pointers.h
|
||||||
|
|
||||||
The `pointer.h` header file also includes `cstdio` and `lmptype.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`,
|
This means any header including `pointers.h` can assume that `FILE`,
|
||||||
`NULL`, `INT_MAX` are defined.
|
`NULL`, `INT_MAX` are defined.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue