You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Glenn Becker 235531df2b perl/perl-Inline-C: Added (C language support for Inline). 10 years ago
..
README perl/perl-Inline-C: Added (C language support for Inline). 10 years ago
perl-Inline-C.SlackBuild perl/perl-Inline-C: Added (C language support for Inline). 10 years ago
perl-Inline-C.info perl/perl-Inline-C: Added (C language support for Inline). 10 years ago
slack-desc perl/perl-Inline-C: Added (C language support for Inline). 10 years ago

README

Inline::C is a module that allows you to write Perl subroutines in C. Since 
version 0.30 the Inline module supports multiple programming languages and
each language has its own support module. This document describes how to use
Inline with the C programming language. It also goes a bit into Perl C
internals.

If you want to start working with programming examples right away, check out
Inline::C::Cookbook. For more information on Inline in general, see Inline.

USAGE

You never actually use Inline::C directly. It is just a support module for
using Inline.pm with C.