Updating readme

This commit is contained in:
retropikzel 2025-01-25 14:05:12 +02:00
parent ac63aeb0aa
commit e86069ffd8
1 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,6 @@ 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
@ -168,12 +167,12 @@ 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">**pffi-init**</a> ##### **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
initialisation run. initialisation run.
**pffi-size-of** type -> number ##### **pffi-size-of** type -> number
Returns the size of the type. Returns the size of the type.