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