hi,

I'm currently trying to check out the NCI. As my Lua compiler only uses PMCs (and not I/N/S registers), calling C functions will only be done with PMCs.

I couldn't find info on this matter: suppose I have this string PMC, how can I access the actual string in it?

so, when calling:

void print_pmc(void *PMC)
{
   // how to access the string in P?
}

Thanks,
klaas-jan

Reply via email to