diff options
author | flywind <xzsflywind@gmail.com> | 2021-08-29 15:18:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-29 09:18:54 +0200 |
commit | c07d8da7b9d491500096dbd4c224f5762cbf89ac (patch) | |
tree | 25ce75b98cd386bcbdd42d2ccd522736c1be4d3e /lib/nimrtl.nim | |
parent | 014edde36a2f61b0a232ceb4800681a2ce261759 (diff) | |
download | Nim-c07d8da7b9d491500096dbd4c224f5762cbf89ac.tar.gz |
add missing docs (#18758)
Diffstat (limited to 'lib/nimrtl.nim')
-rw-r--r-- | lib/nimrtl.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/nimrtl.nim b/lib/nimrtl.nim index 301ffb43b..93349b287 100644 --- a/lib/nimrtl.nim +++ b/lib/nimrtl.nim @@ -26,6 +26,7 @@ batchable: false ## * unicode ## * pegs ## * ropes +## * cstrutils ## when system.appType != "lib": |