We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a89cc commit 1c001feCopy full SHA for 1c001fe
lib/posix/posix.nim
@@ -16,7 +16,10 @@
16
## convenience: cstrings are used instead of proper Nim strings and
17
## return codes indicate errors. If you want exceptions
18
## and a proper Nim-like interface, use the OS module or write a wrapper.
19
-
+##
20
+## For high-level wrappers specialized for Linux and BSDs see:
21
+## `posix_utils <posix_utils.html>`_
22
23
## Coding conventions:
24
## ALL types are named the same as in the POSIX standard except that they start
25
## with 'T' or 'P' (if they are pointers) and without the '_t' suffix to be
0 commit comments