fix codetest failure - ASSERT_ARGS does not have a ; after and
[parrot.git] / docs / extend.pod
blob1a331cd3be86c96d8bfb94141f91279f78c62c55
1 # Copyright (C) 2005-2007, Parrot Foundation.
2 # $Id$
4 =head1 NAME
6 extend.pod - Parrot extension system
8 =head1 SYNOPSIS 
10     #include "parrot/extend.h"
12     int main(int argc, char *argv[]) {
13     }
15 =head1 FILES
17 =over 4
19 =item F<include/parrot/extend.h>
21 =item F<extend.c>
23 =back
25 =head1 DESCRIPTION
27 =head2 Data Structures
29 TODO
31 =head2 Constants
33 TODO
35 =head2 Functions
37 TODO
39 =head1 SEE ALSO
41 F<extend.c> and F<extend.h> for the implementation.
43 =cut