mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 17:46:06 +00:00
28 lines
555 B
Plaintext
28 lines
555 B
Plaintext
![]() |
// -*- C++ -*-
|
|||
|
//===--------------------------- ccomplex ---------------------------------===//
|
|||
|
//
|
|||
|
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>The LLVM Compiler Infrastructure
|
|||
|
//
|
|||
|
// This file is distributed under the University of Illinois Open Source
|
|||
|
// License. See LICENSE.TXT for details.
|
|||
|
//
|
|||
|
//===----------------------------------------------------------------------===//
|
|||
|
|
|||
|
#ifndef _LIBCPP_CCOMPLEX
|
|||
|
#define _LIBCPP_CCOMPLEX
|
|||
|
|
|||
|
/*
|
|||
|
ccomplex synopsis
|
|||
|
|
|||
|
#include <complex>
|
|||
|
|
|||
|
*/
|
|||
|
|
|||
|
#include <complex>
|
|||
|
|
|||
|
#pragma GCC system_header
|
|||
|
|
|||
|
// hh 080623 Created
|
|||
|
|
|||
|
#endif // _LIBCPP_CCOMPLEX
|