diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-07 18:23:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-07 18:23:47 +0000 |
commit | b06226ff370ef661c3ff28e6f65e1ba0ef078609 (patch) | |
tree | 0cbb3e1046b115ca268a0ea37cc2496783af6ab1 /embed.pl | |
parent | f4db98e1cd183f1e13ca530083e74216f380f549 (diff) | |
download | perl-b06226ff370ef661c3ff28e6f65e1ba0ef078609.tar.gz |
Document utf8_length(), utf8_distance(), and utf8_hop().
p4raw-id: //depot/perl@8023
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2079,7 +2079,7 @@ ApM |U8* |utf8_to_bytes |U8 *s|STRLEN *len ApM |U8* |bytes_to_utf8 |U8 *s|STRLEN *len Ap |UV |utf8_to_uv_simple|U8 *s|STRLEN* retlen Ap |UV |utf8_to_uv |U8 *s|STRLEN curlen|STRLEN* retlen|U32 flags -Ap |U8* |uv_to_utf8|U8 *d|UV uv +Ap |U8* |uv_to_utf8 |U8 *d|UV uv p |void |vivify_defelem |SV* sv p |void |vivify_ref |SV* sv|U32 to_what p |I32 |wait4pid |Pid_t pid|int* statusp|int flags |