* t/pmc/complex.t:
[parrot.git] / include / parrot / nci.h
blobb58782b39a9ab7972c4a8af04598af2cae0b441b
1 /* nci.h
2 * Copyright (C) 2001-2007, The Perl Foundation.
3 * SVN Info
4 * $Id$
5 * Overview:
6 * The nci API handles building native call frames
7 * Data Structure and Algorithms:
8 * History:
9 * Notes:
10 * References:
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 */
23 * Local variables:
24 * c-file-style: "parrot"
25 * End:
26 * vim: expandtab shiftwidth=4: