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

    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.1 2008/11/05 17:02:55 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 <sys/types.h>
   18: 
   19: #include "aitcrc.h"
   20: #include "defs.h"
   21: 
   22: 
   23: #endif

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