| June 27, 2007 | Component-Focused Testing | Back Next | 
Approximately 650 lines of code
... none of it in subroutines
... much of it in HERE docs which write C code
        print $HEADER <<END_C;
        #include "parrot/parrot.h"
        #include "parrot/oplib.h"
    
        $sym_export extern op_lib_t *$init_func(long init);
        END_C
| Home Last TOC | Copyright © 2007 James E Keenan | Back Next |