mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-05 04:44:18 +00:00
7 lines
87 B
C
Executable File
7 lines
87 B
C
Executable File
#ifndef crypto_int64_h
|
|
#define crypto_int64_h
|
|
|
|
typedef long long crypto_int64;
|
|
|
|
#endif
|