00001 /* STDARG.H 00002 * 00003 * © Portions copyright (c) 2005 Nokia Corporation. All rights reserved. 00004 * Copyright (c) 1997-1999 Symbian Ltd. All rights reserved. 00005 */ 00006 00007 /* 00008 * 00009 * This is all somewhat tortured because ANSI C says that stdio.h is not supposed 00010 * to define va_list. stdarg_e.h defines something suitable for stdio.h, and 00011 * this file sorts out va_list. 00012 */ 00013 00014 #ifndef _STDARG_H 00015 #define _STDARG_H 00016 00017 #include <stdarg_e.h> 00018 00019 #define va_list __e32_va_list 00020 00021 #endif