when writing a XS code, we can use lots of functions, global values and Macros which are defined in perl, such as PL_compcv,perl_get_cv() and so on. Actually many Macros just invoke functions of perl. My question is what kind of functions and global values are exported to be used by programmer? Is there any documents or something i can refer to?