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, 9 months ago) by misho
Branches: misho
CVS tags: start, cfg3_0
AITNET library for configs

    1: #ifndef __GLOBAL_H
    2: #define __GLOBAL_H
    3: 
    4: 
    5: #include <stdio.h>
    6: #include <stdlib.h>
    7: #include <stdarg.h>
    8: #include <string.h>
    9: #include <unistd.h>
   10: #include <errno.h>
   11: #include <time.h>
   12: #include <sys/types.h>
   13: 
   14: #include "defs.h"
   15: #include "aitcfg.h"
   16: 
   17: 
   18: #endif

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