mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-20 11:38:53 +00:00
7 lines
86 B
C
Executable File
7 lines
86 B
C
Executable File
#ifndef crypto_int8_h
|
|
#define crypto_int8_h
|
|
|
|
typedef signed char crypto_int8;
|
|
|
|
#endif
|