2 * Copyright (C) 2001-2007, The Perl Foundation.
6 * The nci API handles building native call frames
7 * Data Structure and Algorithms:
13 #ifndef PARROT_NCI_H_GUARD
14 #define PARROT_NCI_H_GUARD
16 #include "parrot/parrot.h"
18 void *build_call_func(PARROT_INTERP
, SHIM(PMC
*pmc_nci
), NOTNULL(STRING
*signature
));
20 #endif /* PARROT_NCI_H_GUARD */
24 * c-file-style: "parrot"
26 * vim: expandtab shiftwidth=4: