Updating readme

This commit is contained in:
retropikzel 2025-01-25 14:03:11 +02:00
parent 0643edeaca
commit 348a6dcecb
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ Any help in form of constructive advice and bug reports are appreciated.
- [Reference](#reference) - [Reference](#reference)
- [Types](#types) - [Types](#types)
- [Procedures and macros](#procedures-and-macros) - [Procedures and macros](#procedures-and-macros)
- [pffi-init](#pffi-init)
## Goals ## Goals
@ -167,6 +168,7 @@ Types are given as symbols, for example 'int8 or 'pointer.
Some of these are procedures and some macros, it might also change implementation to implementation. Some of these are procedures and some macros, it might also change implementation to implementation.
<a name="pffi-init"></a>
**pffi-init** **pffi-init**
Always call this first, on most implementation it does nothing but some implementations might need Always call this first, on most implementation it does nothing but some implementations might need