summaryrefslogtreecommitdiff
path: root/include/libc/stdint.h
blob: fd88f2e398180bca3710d9d878911edeb380f855 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _STDINT_H_
#define _STDINT_H_

#ifdef __cplusplus
extern "C" {
#endif

typedef unsigned long int uintptr_t;

#ifdef __cplusplus
}
#endif

#endif