# Copyright (C) 2005-2007, The Perl Foundation. # $Id: extend.pod 18563 2007-05-16 00:53:55Z chromatic $ =head1 NAME extend.pod - Parrot extension system =head1 SYNOPSIS #include "parrot/extend.h" int main(int argc, char *argv[]) { } =head1 FILES =over 4 =item F =item F =back =head1 DESCRIPTION =head2 Data Structures TODO =head2 Constants TODO =head2 Functions =over 4 =item C Calls a method on C with the given signature and arguments. C is the method that's being called, and C is the name of the method in the call stack. This is useful for calling aliased methods. =back =head1 SEE ALSO F and F for the implementation. =cut