mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
doc: Document 'short' and 'unsigned-short' foreign types.
This is a followup to commit 42f7c01e0a
.
Reported by Adriano Peluso <catonano@gmail.com>.
* doc/ref/api-foreign.texi (Foreign Types): Add missing entries for
'short' and 'unsigned-short'.
This commit is contained in:
parent
9846178c69
commit
d3fcefc3d5
1 changed files with 2 additions and 0 deletions
|
@ -493,6 +493,8 @@ platform-dependent size:
|
||||||
@defvrx {Scheme Variable} unsigned-int
|
@defvrx {Scheme Variable} unsigned-int
|
||||||
@defvrx {Scheme Variable} long
|
@defvrx {Scheme Variable} long
|
||||||
@defvrx {Scheme Variable} unsigned-long
|
@defvrx {Scheme Variable} unsigned-long
|
||||||
|
@defvrx {Scheme Variable} short
|
||||||
|
@defvrx {Scheme Variable} unsigned-short
|
||||||
@defvrx {Scheme Variable} size_t
|
@defvrx {Scheme Variable} size_t
|
||||||
@defvrx {Scheme Variable} ssize_t
|
@defvrx {Scheme Variable} ssize_t
|
||||||
@defvrx {Scheme Variable} ptrdiff_t
|
@defvrx {Scheme Variable} ptrdiff_t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue