Updated Nim for C programmers (markdown)

This commit is contained in:
Daniil Yarancev 2017-10-11 22:17:20 +03:00
parent 04b9d77a13
commit 2a1dc6fcd4
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ See [Foreign Function Interface](http://nim-lang.org/docs/manual.html#foreign-fu
### Converting C code to Nim
See [c2nim](https://github.com/nim-lang/c2nim)
See [c2nim](https://github.com/nim-lang/c2nim/blob/master/doc/c2nim.rst)
### Cheat Sheet
Note: Code examples are not exactly one-to-one, there may be subtle differences in the semantics. See comments.