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, 7 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: #include <stdio.h>
    2: #include <sys/types.h>
    3: #include <aitcrc.h>
    4: 
    5: 
    6: int main()
    7: {
    8: 	register int cx = 0;
    9: 	int opt;
   10: 	char buf[200];
   11: 
   12: 	printf("reflect=%lu\n", crcReflect(3001123, 32));
   13: 
   14: 	return 0;
   15: }

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