The whim of the author <stdint.h>.
, int long ( , ), , [u]int_{,_fast,_least}32_t, .
, ; . int long, , . , , int32_t typedef ed int, long, :
#include <stdint.h>
#include <stddef.h>
int main(void) {
int32_t *p32 = NULL;
int *ip = p32;
long *lp = p32;
return 0;
}
ip, lp, , int32_t. .