Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 532 Bytes

extend.pod

File metadata and controls

46 lines (24 loc) · 532 Bytes

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.