Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 450 Bytes

extend.pod

File metadata and controls

42 lines (22 loc) · 450 Bytes

NAME

extend.pod - Parrot extension system

SYNOPSIS

#include "parrot/extend.h"

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

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.