#ifndef ROOTS_H
#define ROOTS_H

extern int roots(char *,char *);
extern int roots_same(char *,char *);
extern int roots_init(void);

#endif


syntax highlighted by Code2HTML, v. 0.9.1