File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / example / test.c
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Nov 5 17:02:55 2008 UTC (15 years, 8 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

#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>