File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / inc / global.h
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Jan 20 00:04:45 2010 UTC (14 years, 5 months ago) by misho
Branches: MAIN
CVS tags: crc2_0, crc1_2, HEAD, CRC1_2, CRC1_1
version 1.1

    1: /*************************************************************************
    2: * (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
    3: *  by Michael Pounov <misho@openbsd-bg.org>
    4: *
    5: * $Author: misho $
    6: * $Id: global.h,v 1.2 2010/01/20 00:04:45 misho Exp $
    7: *
    8: *************************************************************************/
    9: #ifndef __GLOBAL_H
   10: #define __GLOBAL_H
   11: 
   12: 
   13: #include "config.h"
   14: 
   15: #include <stdio.h>
   16: #include <string.h>
   17: #include <stdarg.h>
   18: #include <sys/types.h>
   19: 
   20: #include "aitcrc.h"
   21: #include "defs.h"
   22: 
   23: 
   24: #endif

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