diff options
Diffstat (limited to 'data/iphoneos-sdk/v1/cassert')
-rwxr-xr-x | data/iphoneos-sdk/v1/cassert | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/data/iphoneos-sdk/v1/cassert b/data/iphoneos-sdk/v1/cassert new file mode 100755 index 000000000..377599064 --- /dev/null +++ b/data/iphoneos-sdk/v1/cassert @@ -0,0 +1,25 @@ +// -*- C++ -*- +//===-------------------------- cassert -----------------------------------===// +// +// 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. +// +//===----------------------------------------------------------------------===// + +/* + cassert synopsis + +Macros: + + assert + +*/ + +#include <__config> +#include <assert.h> + +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) +#pragma GCC system_header +#endif |