DEBSOURCES
Skip Quicknav
sources / ocaml-posix / 4.0.2-2 / base / off_t_size.c
1234567
#include <stdio.h> #include <sys/types.h> int main() { printf("%d\n", (int)sizeof(off_t)); return 0; }