summaryrefslogtreecommitdiffstats
path: root/include/tgmath.h
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-05-11 19:42:16 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-05-11 19:42:16 +0000
commitbc8d3f97eb5c958007f2713238472e0c1c8fe02c (patch)
treefff72164611ab481c4fea7c19ba124d50f5f1ffb /include/tgmath.h
downloadexternal_libcxx-bc8d3f97eb5c958007f2713238472e0c1c8fe02c.tar.gz
external_libcxx-bc8d3f97eb5c958007f2713238472e0c1c8fe02c.tar.bz2
external_libcxx-bc8d3f97eb5c958007f2713238472e0c1c8fe02c.zip
libcxx initial import
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103490 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/tgmath.h')
-rw-r--r--include/tgmath.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/include/tgmath.h b/include/tgmath.h
new file mode 100644
index 000000000..893bca2b1
--- /dev/null
+++ b/include/tgmath.h
@@ -0,0 +1,27 @@
+// -*- C++ -*-
+//===-------------------------- tgmath.h ----------------------------------===//
+//
+// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. 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>
+
+#pragma GCC system_header
+
+#endif // _LIBCPP_TGMATH_H