DEBSOURCES
Skip Quicknav
sources / tinydyndns / 0.4.2.debian1-3 / uint64.h2
12345678
#ifndef UINT64_H #define UINT64_H /* sysdep: +ulong64 */ typedef unsigned long uint64; #endif