open-source-search-engine/gb-include.h
2013-08-02 13:12:24 -07:00

24 lines
775 B
C

#ifndef __GB_INCLUDE_H__
#define __GB_INCLUDE_H__
//#define memcpy memcpy_ass
//#define memset memset_ass
#include <ctype.h> // Log.h
#include <errno.h> // Errno.h
#include <stdarg.h> // Log.h
#include <stdint.h> // commonly included in include files
#include <stdio.h> // commonly included in include files
#include <stdlib.h> // commonly included in include files
#include <string.h> // commonly included in include files
#include <unistd.h> // commonly included in include files
#include "types.h" // commonly included in includ files
#include "fctypes.h" // commonly included in includ files
#include "hash.h" // commonly included in includ files
#include "Errno.h" // commonly included in include files
#include "Log.h" // commonly included in include files
#endif