diff options
author | Matthias Ulrich Neeracher <neeracher@mac.com> | 1998-01-31 07:32:42 +0100 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-06 16:42:53 +0000 |
commit | 9da1e3b5d1d609c7d834473bb3d3269a772dff38 (patch) | |
tree | 9a4416d2c5d2f3df30fc606d5a273def09434870 /proto.h | |
parent | 1acf53c5de4d6d234e2d70be90a7503dee9a9c3d (diff) | |
download | perl-9da1e3b5d1d609c7d834473bb3d3269a772dff38.tar.gz |
adding the newSVpvn API function
p4raw-id: //depot/perl@473
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -342,6 +342,7 @@ OP* newSVOP _((I32 type, I32 flags, SV* sv)); SV* newSViv _((IV i)); SV* newSVnv _((double n)); SV* newSVpv _((char* s, STRLEN len)); +SV* newSVpvn _((char* s, STRLEN len)); SV* newSVpvf _((const char* pat, ...)); SV* newSVrv _((SV* rv, char* classname)); SV* newSVsv _((SV* old)); |