Updating readme
This commit is contained in:
parent
6cb243bc2d
commit
1d27c4bd9b
21
README.md
21
README.md
|
|
@ -24,6 +24,27 @@ Any help in form of constructive advice and bug reports are appreciated.
|
|||
- [Types](#types)
|
||||
- [Procedures and macros](#procedures-and-macros)
|
||||
- [pffi-init](#strongpffi-initstrong)
|
||||
- [pffi-size-of](#strongpffi-size-ofstrong-type--gt-number)
|
||||
- [pffi-align-of](#strongpffi-align-ofstrong-type--gt-number)
|
||||
- [pffi-shared-object-auto-load](#strongpffi-shared-object-auto-loadstrong)
|
||||
- [pffi-shared-object-load](##strongpffi-shared-object-loadstrong-headers-path)
|
||||
- [pffi-pointer-null](#strongpffi-pointer-nullstrong--gt-pointer)
|
||||
- [pffi-pointer-null?](#strongpffi-pointer-nullstrong-pointer--gt-boolean)
|
||||
- [pffi-pointer-allocate](#strongpffi-pointer-allocatestrong-size--gt-pointer)
|
||||
- [pffi-pointer?](#strongpffi-pointerstrong-object--gt-boolean)
|
||||
- [pffi-pointer-free](#strongpffi-pointer-freestrong-pointer)
|
||||
- [pffi-pointer-set!](#strongpffi-pointer-setstrong-pointer-type-offset-value)
|
||||
- [pffi-pointer-get](#strongpffi-pointer-getstrong-pointer-type-offset--gt-object)
|
||||
- [pffi-string->pointer](#strongpffi-string-gtpointerstrong-string--gt-pointer)
|
||||
- [pffi-pointer->string](#strongpffi-pointer-gtstringstrong-pointer--gt-string)
|
||||
- [pffi-struct-make](#strongpffi-struct-makestrong-name-members--pointer--gt-pffi-struct)
|
||||
- [pffi-struct-size](#strongpffi-struct-sizestrong-pffi-struct--gt-number)
|
||||
- [pffi-struct-pointer](#strongpffi-struct-pointerstrong-pffi-struct--gt-pointer)
|
||||
- [pffi-struct-offset-get](#strongpffi-struct-offset-getstrong-member-name--gt-number)
|
||||
- [pffi-struct-get](#strongpffi-struct-getstrong-pffi-struct-member-name--gt-object)
|
||||
- [pffi-struct-set!](#strongpffi-struct-setstrong-pffi-struct-member-name-value)
|
||||
- [pffi-define](#strongpffi-definestrong-scheme-name-shared-object-c-name-return-type-argument-types)
|
||||
- [pffi-define-callback](#strongpffi-define-callbackstrong-scheme-name-return-type-argument-types-procedure)
|
||||
|
||||
## Goals
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue