summaryrefslogtreecommitdiffstats
path: root/third_party/rust/winapi-0.2.8/src/vadefs.rs
blob: c482026f0e28b6411ac791c9b1bd4b7f876400ac (plain)
1
2
3
4
5
6
7
// Copyright © 2015, Peter Atashian
// Licensed under the MIT License <LICENSE.md>
//! Definitions of macro helpers used by <stdarg.h>.  This is the topmost header in the CRT header
//! lattice, and is always the first CRT header to be included, explicitly or implicitly.
//! Therefore, this header also has several definitions that are used throughout the CRT.
//39
pub type va_list = *mut ::c_char;