C-TCC

 view release on metacpan or  search on metacpan

TCC.xs  view on Meta::CPAN


TCCState *
tcc_new()

int
tcc_output_file(s, filename)
	TCCState *	s
	const char *	filename

int
tcc_relocate(s, ptr)
	TCCState *	s
    void *  ptr

int
tcc_run(s, args)
	TCCState *	s
	AV* args
PREINIT:
CODE:
    int i, ret;

lib/C/TCC.pm  view on Meta::CPAN

TCC_OUTPUT_EXE

TCC_OUTPUT_DLL

TCC_OUTPUT_OBJ

TCC_OUTPUT_PREPROCESS

=head2 output_file
output an executable, library or object file. DO NOT call
relocate() method before.

=head2 run
link and run main() function and return its value. DO NOT call
relocate() before.


=head1 SEE ALSO

TCC(Tiny C Compiler) is created by Fabrice Bellard.

http://fabrice.bellard.free.fr/tcc/

=head1 AUTHOR



( run in 1.480 second using v1.01-cache-2.11-cpan-71847e10f99 )