Skip to content

Commit 33787e7

Browse files
committed
fixup! fixup! fixup! fixup! src,lib: initial ffi implementation
1 parent f73de52 commit 33787e7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3614,7 +3614,7 @@ The native call from `process.cpuUsage` could not be processed.
36143614
[`dgram.disconnect()`]: dgram.md#socketdisconnect
36153615
[`dgram.remoteAddress()`]: dgram.md#socketremoteaddress
36163616
[`errno`(3) man page]: https://man7.org/linux/man-pages/man3/errno.3.html
3617-
[`ffi.getNativeFunction()`]: ffi.md#ffigetnativefunctionlibrary-func-retType-argtypes
3617+
[`ffi.getNativeFunction()`]: ffi.md#ffigetnativefunctionlibrary-func-rettype-argtypes
36183618
[`fs.Dir`]: fs.md#class-fsdir
36193619
[`fs.cp()`]: fs.md#fscpsrc-dest-options-callback
36203620
[`fs.readFileSync`]: fs.md#fsreadfilesyncpath-options

doc/api/ffi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import ffi from 'ffi';
2929
const ffi = require('ffi');
3030
```
3131

32-
### Supported Types
32+
## Supported Types
3333

3434
The following types are supported.
3535

doc/api/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* [Errors](errors.md)
3232
* [Events](events.md)
3333
* [File system](fs.md)
34+
* [Foreign Function Interface](ffi.md)
3435
* [Globals](globals.md)
3536
* [HTTP](http.md)
3637
* [HTTP/2](http2.md)

0 commit comments

Comments
 (0)