1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Specify return type for scm_c_array_rank.

This commit is contained in:
Marius Vollmer 2005-03-04 14:21:01 +00:00
parent de527efba5
commit ca6a8a38a4

View file

@ -1931,7 +1931,7 @@ For example,
Return the rank of @var{array}.
@end deffn
@deftypefn {C Function} scm_c_array_rank (SCM array)
@deftypefn {C Function} size_t scm_c_array_rank (SCM array)
Return the rank of @var{array} as a @code{size_t}.
@end deftypefn