DEBSOURCES
Skip Quicknav
sources / tinyssh / 20230101-1 / crypto / crypto_int32.h
12345678
#ifndef crypto_int32_h #define crypto_int32_h #include <stdint.h> typedef int32_t crypto_int32; #endif