summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/tests/libntp/lfptest.c
blob: 7b4dccf99f1f011723a5c29995a1ecbe152969fb (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "config.h"
#include "ntp_fp.h"
#include "lfptest.h"

int IsEqual(const l_fp expected, const l_fp actual) {
	if (L_ISEQU(&expected, &actual)) {
		return TRUE;
	} else {
		return FALSE;
	}
}
OpenPOWER on IntegriCloud