DEBSOURCES
Skip Quicknav
sources / tinyssh / 20190101-1%2Bdeb11u1 / crypto / crypto_int64.h
12345678
#ifndef crypto_int64_h #define crypto_int64_h #include <stdint.h> typedef int64_t crypto_int64; #endif