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 27f5eba commit bc533d0Copy full SHA for bc533d0
src/hermit/mod.rs
@@ -1,7 +1,4 @@
1
-// libc port for HermitCore (https://hermitcore.org)
2
-//
3
-// Ported by Colin Fink <colin.finck@rwth-aachen.de>
4
-// and Stefan Lankes <slankes@eonerc.rwth-aachen.de>
+//! Hermit C types definition
5
6
pub type c_schar = i8;
7
pub type c_uchar = u8;
0 commit comments