LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

stdint.h

Go to the documentation of this file.
00001 /* 
00002  *                     The LLVM Compiler Infrastructure
00003  *
00004  * This file was developed by the LLVM research group and is distributed under
00005  * the University of Illinois Open Source License. See LICENSE.TXT for details.
00006  * 
00007  ******************************************************************************
00008  *
00009  * Description:
00010  *  This header file is the autoconf replacement for stdint.h (if it lives
00011  *  on the system).
00012  */
00013 
00014 #ifndef _CONFIG_STDINT_H
00015 #define _CONFIG_STDINT_H
00016 
00017 #include "llvm/Config/config.h"
00018 
00019 #ifdef HAVE_STDINT_H
00020 #include <stdint.h>
00021 #endif
00022 
00023 #endif