blob: 1a464bf7bfa234f3e5e7439e08d6b0c4d409a12a [file] [log] [blame]
Howard Hinnant3c78ca02011-09-22 19:10:18 +00001// -*- C++ -*-
2//===--------------------------- support/win32/support.h --------------------------===//
3//
4// The LLVM Compiler Infrastructure
5//
6// This file is dual licensed under the MIT and the University of Illinois Open
7// Source Licenses. See LICENSE.TXT for details.
8//
9//===----------------------------------------------------------------------===//
10
11/*
12 Functions and constants used in libc++ that are missing from the Windows C library.
13 */
14
15int vasprintf( char **sptr, const char *__restrict__ fmt , va_list ap );