DEBSOURCES
Skip Quicknav
sources / tinyssh / 20230101-1 / crypto / crypto_uint64.h
12345678
#ifndef crypto_uint64_h #define crypto_uint64_h #include <stdint.h> typedef uint64_t crypto_uint64; #endif