summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-09-13 22:08:47 -0600
committerKarl Williamson <khw@cpan.org>2020-09-14 09:33:26 -0600
commitb290de04ef0feed908dac30e9716be24ba92cfd3 (patch)
tree3d91207e3c9ee49003e351da9f55bffcd7b60975 /handy.h
parent326c768d67f891508c12a4e1a28682f7dcdce485 (diff)
downloadperl-b290de04ef0feed908dac30e9716be24ba92cfd3.tar.gz
perlapi: Fix function prototypes
These were wrong, and Devel::PPPort found the mistakes.
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/handy.h b/handy.h
index 8875b2d8f1..59ffba552a 100644
--- a/handy.h
+++ b/handy.h
@@ -40,14 +40,14 @@ from it, and are very unlikely to change
=for apidoc Am|void *|FILE_ptr|FILE * f
=for apidoc Am|Size_t|FILE_cnt|FILE * f
=for apidoc Am|void *|FILE_base|FILE * f
-=for apidoc Am|Size_t|FILE_bufsiz
+=for apidoc Am|Size_t|FILE_bufsiz|FILE *f
=for apidoc_section String Handling
-=for apidoc Am|token|CAT2|token x|token y
-=for apidoc Am|string|STRINGIFY|token x
+=for apidoc Amu|token|CAT2|token x|token y
+=for apidoc Amu|string|STRINGIFY|token x
=for apidoc_section Numeric Functions
-=for apidoc Am|double|Drand01|double x
+=for apidoc Am|double|Drand01
=for apidoc Am|void|seedDrand01|Rand_seed_t x
=for apidoc Am|char *|Gconvert|double x|Size_t n|bool t|char * b