Updating readme
This commit is contained in:
parent
78ae3f44de
commit
333df0ad36
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue