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:
parent
de527efba5
commit
ca6a8a38a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue