include/stdarg.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define _ABLE_CLIB_STDARG_H
#define __GNUC_PREREQ__(x, y)   0
#define __va_size(type)   (((sizeof(type) + sizeof(long) - 1) / sizeof(long)) * sizeof(long))
#define va_start(ap, last)   ((ap) = (va_list)__builtin_next_arg(last))
#define va_arg(ap, type)   ((type *)(ap += sizeof(type)))[-1]
#define va_end(ap)
#define __va_copy(dest, src)   ((dest) = (src))

Typedefs

typedef char * va_list


Define Documentation

#define __GNUC_PREREQ__ ( x,
 )     0

#define __va_copy ( dest,
src   )     ((dest) = (src))

#define __va_size ( type   )     (((sizeof(type) + sizeof(long) - 1) / sizeof(long)) * sizeof(long))

#define _ABLE_CLIB_STDARG_H

#define va_arg ( ap,
type   )     ((type *)(ap += sizeof(type)))[-1]

#define va_end ( ap   ) 

#define va_start ( ap,
last   )     ((ap) = (va_list)__builtin_next_arg(last))


Typedef Documentation

typedef char* va_list


Generated on Tue Jan 20 14:28:58 2009 for ABLE LIBC by  doxygen 1.5.6