Fixing the documentation internal links to work

This commit is contained in:
retropikzel 2025-04-07 07:47:24 +03:00
parent 39bc51276e
commit c09ed14c97
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ conforming to some specification.
- [pffi-pointer-null?](#pffi-pointer-is-null)
- [pffi-pointer-allocate](#pffi-pointer-allocate)
- [pffi-pointer-address](#pffi-pointer-address)
- [pffi-pointer?](#pffi-pointer?)
- [pffi-pointer?](#pffi-is-pointer)
- [pffi-pointer-free](#pffi-pointer-free)
- [pffi-pointer-set!](#pffi-pointer-set!)
- [pffi-pointer-get](#pffi-pointer-get)
@ -431,7 +431,7 @@ Returns the address of given pointer as number.
#### pffi-pointer?
<a name="pffi-pointer?"><b>pffi-pointer?</b></a> object -> boolean
<a name="pffi-is-pointer"><b>pffi-pointer?</b></a> object -> boolean
Returns #t if given object is pointer, #f otherwise.