341N/ACopyright (c) 1985, 1986, 1987, 1988, 1989 X Consortium 341N/APermission is hereby granted, free of charge, to any person obtaining 341N/Aa copy of this software and associated documentation files (the 341N/A"Software"), to deal in the Software without restriction, including 341N/Awithout limitation the rights to use, copy, modify, merge, publish, 341N/Adistribute, sublicense, and/or sell copies of the Software, and to 341N/Apermit persons to whom the Software is furnished to do so, subject to 341N/Athe following conditions: 341N/AThe above copyright notice and this permission notice shall be included 341N/Ain all copies or substantial portions of the Software. 341N/ATHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 341N/AOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 341N/AMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 341N/AIN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR 341N/AOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 341N/AARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 341N/AOTHER DEALINGS IN THE SOFTWARE. 341N/AExcept as contained in this notice, the name of the X Consortium shall 341N/Anot be used in advertising or otherwise to promote the sale, use or 341N/Aother dealings in this Software without prior written authorization 341N/A/* Amount of space required in an argument list for an arg of type TYPE. 341N/A TYPE may alternatively be an expression whose type is used. */ 341N/A (((
sizeof (
TYPE) +
sizeof (
int) -
1) /
sizeof (
int)) *
sizeof (
int))
341N/A#
endif /* _XVARARGS_H_ */