summaryrefslogtreecommitdiff
path: root/src/stdint/intptr_t.h
blob: f72a6eb8ce04d65d87dff677ebc70c818a44784f (plain)
1
2
3
4
5
6
#include <stdint.h>
typedef unsigned long int                                              intptr_t;

/*
STDC(199901)
*/