B. Watson 5bfd0ea416 perl/perl-Inline-C: Wrap README at 72 columns. %!s(int64=2) %!d(string=hai) anos
..
README 5bfd0ea416 perl/perl-Inline-C: Wrap README at 72 columns. %!s(int64=2) %!d(string=hai) anos
perl-Inline-C.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var %!s(int64=3) %!d(string=hai) anos
perl-Inline-C.info d78ff2bb06 perl/perl-Inline-C: Updated for version 0.78. %!s(int64=7) %!d(string=hai) anos
slack-desc 235531df2b perl/perl-Inline-C: Added (C language support for Inline). %!s(int64=9) %!d(string=hai) anos

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.