This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
embed.fnc: Make _to_upper_title_latin1() avail to pp.c
authorKarl Williamson <public@khwilliamson.com>
Fri, 11 Nov 2011 18:03:35 +0000 (11:03 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 11 Nov 2011 20:31:00 +0000 (13:31 -0700)
commit348bf2e01788f1715b43ed8a3d76553f8ca3aa1a
tree92d7fff8ea4f55806b4f48952c0e055396bbd54c
parent17e95c9d98739c7991e60a16f261b29b0fdb242d
embed.fnc: Make _to_upper_title_latin1() avail to pp.c

If something like this were to be made more generally available, it
would be better to have two in-line functions, to_upper_latin1() and
to_title_latin1() that just call this underlying one with the correct
final parameter.
embed.fnc
embed.h
proto.h