GitBook: [main] one page modified

This commit is contained in:
boneyard93501 2021-06-10 18:40:38 +00:00 committed by gitbook-bot
parent 85c51c7d34
commit a1c432d502
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -78,6 +78,16 @@ extern "C" {
{% hint style="info" %}
#### Function import requirements
* wrap an extern block with the function\(s\) to be imported with the `[marine]` macro
* all function\(s\) arguments must be of the `ftype` type
* the return type of the function\(s\) must be `ftype`
{% endhint %}