1ExtUtils::Constant::UtilPse(r3lpmP)rogrammers ReferenceExGtuUitdiels::Constant::Utils(3pm)
2
3
4

NAME

6       ExtUtils::Constant::Utils - helper functions for ExtUtils::Constant
7

SYNOPSIS

9           use ExtUtils::Constant::Utils qw (C_stringify);
10           $C_code = C_stringify $stuff;
11

DESCRIPTION

13       ExtUtils::Constant::Utils packages up utility subroutines used by
14       ExtUtils::Constant, ExtUtils::Constant::Base and derived classes. All
15       its functions are explicitly exportable.
16

USAGE

18       C_stringify NAME
19           A function which returns a 7 bit ASCII correctly \ escaped version
20           of the string passed suitable for C's "" or ''. It will die if
21           passed Unicode characters.
22
23       perl_stringify NAME
24           A function which returns a 7 bit ASCII correctly \ escaped version
25           of the string passed suitable for a perl "" string.
26

AUTHOR

28       Nicholas Clark <nick@ccl4.org> based on the code in "h2xs" by Larry
29       Wall and others
30
31
32
33perl v5.26.3                      2018-03-01    ExtUtils::Constant::Utils(3pm)
Impressum