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.
syscall
1 parent 1c53ec9 commit a26d2c3Copy full SHA for a26d2c3
README.md
@@ -1,4 +1,4 @@
1
-[windows-syscall][windows-syscall]: Windows `syscall`s for Rust
+[windows-syscall][windows-syscall]: Windows [`syscall`][x86-syscall]s for Rust
2
========================================
3
4
[![windows-syscall GitHub Actions][github.img]][github]
@@ -51,3 +51,5 @@ fn main() {
51
52
[windows-syscall]: https://github.com/oberrich/windows-syscall
53
[create-issue]: https://github.com/oberrich/windows-syscall/issues/new
54
+
55
+[x86-syscall]: https://www.felixcloutier.com/x86/syscall
0 commit comments