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

 


xsltexports.h

Introduction



#defines


XSLTCALL


#define XSLTCALL 
Discussion

XSLTCALL:

Macros which declare the called convention for exported functions


XSLTPUBFUN


/**
XSLTPUBFUN:

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

XSLTPUBFUN: XSLTPUBFUN, XSLTPUBVAR, XSLTCALL

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.


XSLTPUBVAR


#define XSLTPUBVAR extern 
Discussion

XSLTPUBVAR:

Macros which declare an exportable variable


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.
Last Updated: 2006-06-20