You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-09-11 08:30:59 +03:00
6 lines
104 B
C
6 lines
104 B
C
#include <stdint.h>
|
|
#include <sys/types.h>
|
|
typedef int64_t crypto_int64;
|
|
|
|
#define select ed25519_select
|