-
Notifications
You must be signed in to change notification settings - Fork 41
Documentation for C methods.
António Pedro edited this page Oct 23, 2022
·
1 revision
Documentation for methods/multimethods that call c methods.
- Mention the referred C method.
- Specify the return value/type
- Should specify the list of fields(if it has) that are included in NGS equivalent method.
- Should refer/include the link of the C function in the manpages. E.g More at: https://man7.org/linux/man-pages/man2/fork.2.html. Or include a command like "man 3 readdir" that should be executed from the terminal.
TODO: Overall description
NGS official website is at https://ngs-lang.org/