DEBSOURCES
Skip Quicknav
sources / tinyssh / 20230101-1 / crypto / crypto_int8.h
12345678
#ifndef crypto_int8_h #define crypto_int8_h #include <stdint.h> typedef int8_t crypto_int8; #endif