Updating readme

This commit is contained in:
retropikzel 2025-01-25 13:59:36 +02:00
parent 78ae3f44de
commit 333df0ad36
1 changed files with 2 additions and 4 deletions

View File

@ -159,14 +159,12 @@ Types are given as symbols, for example 'int8 or 'pointer.
- double - double
- pointer - pointer
#### pffi-init **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
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.