File: os.h

package info (click to toggle)
libshout-idjc 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,104 kB
  • ctags: 857
  • sloc: sh: 11,147; ansic: 5,658; makefile: 101
file content (7 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
#ifdef _MSC_VER
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
typedef unsigned __int32 uint32_t;
typedef __int32 int32_t;
typedef int  ssize_t;
#endif