This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
multipub/.pyenv/include/c++/v1/tgmath.h

30 lines
645 B
C
Raw Normal View History

2019-02-09 02:45:25 -06:00
// -*- C++ -*-
//===-------------------------- tgmath.h ----------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef _LIBCPP_TGMATH_H
#define _LIBCPP_TGMATH_H
/*
tgmath.h synopsis
#include <complex.h>
#include <math.h>
*/
#include <complex.h>
#include <math.h>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header
#endif
#endif // _LIBCPP_TGMATH_H