mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
perl/perl-Inline-C: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
d28c6aac8d
commit
5bfd0ea416
1 changed files with 10 additions and 9 deletions
|
@ -1,13 +1,14 @@
|
||||||
Inline::C is a module that allows you to write Perl subroutines in C. Since
|
Inline::C is a module that allows you to write Perl subroutines in
|
||||||
version 0.30 the Inline module supports multiple programming languages and
|
C. Since version 0.30 the Inline module supports multiple programming
|
||||||
each language has its own support module. This document describes how to use
|
languages and each language has its own support module. This document
|
||||||
Inline with the C programming language. It also goes a bit into Perl C
|
describes how to use Inline with the C programming language. It also
|
||||||
internals.
|
goes a bit into Perl C internals.
|
||||||
|
|
||||||
If you want to start working with programming examples right away, check out
|
If you want to start working with programming examples right away,
|
||||||
Inline::C::Cookbook. For more information on Inline in general, see Inline.
|
check out Inline::C::Cookbook. For more information on Inline in
|
||||||
|
general, see Inline.
|
||||||
|
|
||||||
USAGE
|
USAGE
|
||||||
|
|
||||||
You never actually use Inline::C directly. It is just a support module for
|
You never actually use Inline::C directly. It is just a support module
|
||||||
using Inline.pm with C.
|
for using Inline.pm with C.
|
||||||
|
|
Loading…
Reference in a new issue