This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad1d31a
)
Note that UTF8f and UTF8fARG are now documented
author
Karl Williamson
<khw@cpan.org>
Sat, 26 Oct 2019 16:48:09 +0000
(10:48 -0600)
committer
Karl Williamson
<khw@cpan.org>
Sat, 26 Oct 2019 17:07:56 +0000
(11:07 -0600)
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
d46e7d4
..
37c6093
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-3475,7
+3475,13
@@
EXTERN_C int perl_tsa_mutex_unlock(perl_mutex* mutex)
#define HEKfARG(p) ((void*)(p))
-/* Takes three arguments: is_utf8, length, str */
+/*
+=for apidoc Amnh||UTF8f
+=for apidoc Amh||UTF8fARG|bool is_utf8|Size_t byte_len|char *str
+
+=cut
+ * %4p is a custom format
+ */
#ifndef UTF8f
# define UTF8f "d%" UVuf "%4p"
#endif