File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / example / test.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Nov 5 17:02:55 2008 UTC (15 years, 10 months ago) by misho
Branches: misho
CVS tags: start, crc1_1
AITNET library for computing CRC

#include <stdio.h>
#include <sys/types.h>
#include <aitcrc.h>


int main()
{
	register int cx = 0;
	int opt;
	char buf[200];

	printf("reflect=%lu\n", crcReflect(3001123, 32));

	return 0;
}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>