DEBSOURCES
Skip Quicknav
sources / tinyssh / 20230101-1 / crypto / crypto_uint32.h
12345678
#ifndef crypto_uint32_h #define crypto_uint32_h #include <stdint.h> typedef uint32_t crypto_uint32; #endif