File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / global.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Aug 28 13:17:41 2008 UTC (15 years, 8 months ago) by misho
Branches: misho
CVS tags: start, cfg3_0
AITNET library for configs

#ifndef __GLOBAL_H
#define __GLOBAL_H


#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <time.h>
#include <sys/types.h>

#include "defs.h"
#include "aitcfg.h"


#endif

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