1 # Copyright (C) 2005-2007, Parrot Foundation.
6 extend.pod - Parrot extension system
10 #include "parrot/extend.h"
12 int main(int argc, char *argv[]) {
19 =item F<include/parrot/extend.h>
27 =head2 Data Structures
41 F<extend.c> and F<extend.h> for the implementation.