1ExtUtils::Constant::UtilPse(r3lpmP)rogrammers ReferenceExGtuUitdiels::Constant::Utils(3pm)
2
3
4
6 ExtUtils::Constant::Utils - helper functions for ExtUtils::Constant
7
9 use ExtUtils::Constant::Utils qw (C_stringify);
10 $C_code = C_stringify $stuff;
11
13 ExtUtils::Constant::Utils packages up utility subroutines used by ExtU‐
14 tils::Constant, ExtUtils::Constant::Base and derived classes. All its
15 functions are explicitly exportable.
16
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
28 Nicholas Clark <nick@ccl4.org> based on the code in "h2xs" by Larry
29 Wall and others
30
31
32
33perl v5.8.8 2001-09-21 ExtUtils::Constant::Utils(3pm)