Skip to content

Commit 5fe1aad

Browse files
author
Sebastien Bourdeauducq
committedJun 1, 2012
software/libbase: uintptr_t
1 parent 8fa0198 commit 5fe1aad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎software/include/base/stdint.h

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#ifndef __STDINT_H
2+
#define __STDINT_H
3+
4+
typedef unsigned int uintptr_t;
5+
6+
#endif /* __STDINT_H */
7+

0 commit comments

Comments
 (0)
Please sign in to comment.