File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / inc / global.h
Revision 1.2.4.1: download - view: text, annotated - select for diffs - revision graph
Sun Jun 13 16:29:02 2010 UTC (14 years ago) by misho
Branches: crc2_0
Diff to: branchpoint 1.2: preferred, colored
added new function from libaithash, merge libs

/*************************************************************************
* (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
*  by Michael Pounov <misho@openbsd-bg.org>
*
* $Author: misho $
* $Id: global.h,v 1.2.4.1 2010/06/13 16:29:02 misho Exp $
*
*************************************************************************/
#ifndef __GLOBAL_H
#define __GLOBAL_H


#include "config.h"

#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <assert.h>
#include <sys/types.h>

#include "aitcrc.h"
#include "defs.h"


#endif

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