djbdnscurve6 45
djbdnscurve6
Loading...
Searching...
No Matches
roots.h
Go to the documentation of this file.
1#ifndef ROOTS_H
2#define ROOTS_H
3
4extern int roots(char *,char *);
5extern int roots_same(char *,char *);
6extern int roots_init(void);
7
8#endif
int roots_init(void)
Definition: roots.c:127
int roots(char *, char *)
int roots_same(char *, char *)
Definition: roots.c:57