ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference

 


xmlexports.h

Introduction



#defines


XMLCALL


#define XMLCALL 
Discussion

XMLCALL:

Macros which declare the called convention for exported functions


XMLPUBFUN


/**
XMLPUBFUN:

Macros which declare an exportable function
    */
#define XMLPUBFUN 
Discussion

XMLPUBFUN, XMLPUBVAR, XMLCALL

Macros which declare an exportable function, an exportable variable and the calling convention used for functions.

Please use an extra block for every platform/compiler combination when modifying this, rather than overlong #ifdef lines. This helps readability as well as the fact that different compilers on the same platform might need different definitions.


XMLPUBVAR


#define XMLPUBVAR extern 
Discussion

XMLPUBVAR:

Macros which declare an exportable variable

Last Updated: 2006-06-20