DEBSOURCES
Skip Quicknav
sources / daemontools / 1:0.76-13 / daemontools-0.76 / src / uint64.h1
12345678910
/* Public domain. */ #ifndef UINT64_H #define UINT64_H /* sysdep: -uint64_t */ typedef unsigned long long uint64; #endif