1 2 3 4 5 6 7 8 9
#ifndef ECGEN_GENS_H #define ECGEN_GENS_H #include "types.h" int gens_init(curve_t *curve, config_t *config, arg_t *args); #endif // ECGEN_GENS_H