From 24af17846d14b290aa1d90e37e98c4cbe9e173e1 Mon Sep 17 00:00:00 2001 From: pravic Date: Tue, 12 Apr 2016 18:12:52 +0300 Subject: add winapi-km-rs docs --- doc/src/km/lang.rs.html | 122 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 doc/src/km/lang.rs.html (limited to 'doc/src/km/lang.rs.html') diff --git a/doc/src/km/lang.rs.html b/doc/src/km/lang.rs.html new file mode 100644 index 0000000..0467c87 --- /dev/null +++ b/doc/src/km/lang.rs.html @@ -0,0 +1,122 @@ + + + + + + + + + + lang.rs.html -- source + + + + + + + + + + + + + + + + + +
1
+2
+3
+4
+5
+6
+7
+
+#[lang = "eh_personality"] extern fn eh_personality() {}
+#[lang = "eh_unwind_resume"] extern fn rust_eh_unwind_resume() {}
+
+#[lang = "panic_fmt"] extern fn panic_fmt() -> ! {
+	KdPrint!("panic_fmt() -> !");
+	loop{}
+}
+
+
+ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3