ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/perlmulticore/perlmulticore.h
(Generate patch)

Comparing perlmulticore/perlmulticore.h (file contents):
Revision 1.3 by root, Fri Jul 3 02:37:19 2015 UTC vs.
Revision 1.4 by root, Fri Aug 14 14:51:23 2015 UTC

17 17
18perlmulticore.h - implements the Perl Multicore Specification 18perlmulticore.h - implements the Perl Multicore Specification
19 19
20=head1 SYNOPSIS 20=head1 SYNOPSIS
21 21
22 #include "perlmultiore.h" 22 #include "perlmulticore.h"
23 23
24 // in your XS function: 24 // in your XS function:
25 25
26 perlinterp_release (); 26 perlinterp_release ();
27 do_the_C_thing (); 27 do_the_C_thing ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines