Arthur Bergman <[EMAIL PROTECTED]> wrote: > Hi, > Quick question, is it possible to create a specific type of PMC using > extend.h?
t/src/extend.t has this:
type = Parrot_PMC_typenum(interpreter, "PerlString");
testpmc = Parrot_PMC_new(interpreter, type);
> Arthur
leo
