mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 06:43:52 +00:00
Add link to posix_utils.html in posix.nim (#13111)
This commit is contained in:
committed by
Andreas Rumpf
parent
01a89cc473
commit
1c001fe583
@@ -16,7 +16,10 @@
|
||||
## convenience: cstrings are used instead of proper Nim strings and
|
||||
## return codes indicate errors. If you want exceptions
|
||||
## and a proper Nim-like interface, use the OS module or write a wrapper.
|
||||
|
||||
##
|
||||
## For high-level wrappers specialized for Linux and BSDs see:
|
||||
## `posix_utils <posix_utils.html>`_
|
||||
##
|
||||
## Coding conventions:
|
||||
## ALL types are named the same as in the POSIX standard except that they start
|
||||
## with 'T' or 'P' (if they are pointers) and without the '_t' suffix to be
|
||||
|
||||
Reference in New Issue
Block a user