We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa0198 commit 5fe1aadCopy full SHA for 5fe1aad
software/include/base/stdint.h
@@ -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