Defines

os_stdarg.h File Reference

#include "ace/config-lite.h"
Include dependency graph for os_stdarg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define va_copy(d, s)   memcpy((void *)&(d),(void *)&(s),sizeof(va_list))

Detailed Description

handle variable argument list

Id:
os_stdarg.h 80826 2008-03-04 14:51:23Z wotte
Author:
Don Hinton <dhinton@dresystems.com>
This code was originally in various places including ace/OS.h.

Definition in file os_stdarg.h.


Define Documentation

#define va_copy (   d,
  s 
)    memcpy((void *)&(d),(void *)&(s),sizeof(va_list))

Definition at line 35 of file os_stdarg.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines