secd/src/gmp_setup.h

7 lines
72 B
C

#ifndef _GMP_SETUP_H
#define _GMP_SETUP_H
void gmp_init(void);
#endif