Ejemplo n.º 1
0
int fb_cmp(const fb_t a, const fb_t b) {
	return fb_cmpn_low(a, b);
}
Ejemplo n.º 2
0
int fb_cmp(fb_t a, fb_t b) {
	return fb_cmpn_low(a, b);
}