NAME

extend.pod - Parrot extension system

SYNOPSIS

#include "parrot/extend.h"

int main(int argc, char *argv[]) {
}

DESCRIPTION

This document, briefly, describes Parrot's extension system.

FILES

include/parrot/extend.h
extend.c

DESCRIPTION

Data Structures

TODO

Constants

TODO

Functions

TODO

SEE ALSO

extend.c and extend.h for the implementation.