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