Merge pull request #105 from jelmer/compatibility-symlinks
[heimdal.git] / lib / roken / stdint.hin
blob4a8387a4e65cd4a212367aec653065b80d26c14f
1 #ifndef _STDINT_H
2 #define _STDINT_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 typedef long long int64_t;
9 typedef unsigned long long uint64_t;
11 #ifdef __cplusplus
13 #endif
15 #endif  /* _STDINT_H */