Example #1
0
int fb_cmp(const fb_t a, const fb_t b) {
	return fb_cmpn_low(a, b);
}
Example #2
0
int fb_cmp(fb_t a, fb_t b) {
	return fb_cmpn_low(a, b);
}