Use no_std in inttypes (whoops)

This commit is contained in:
jD91mZM2
2018-07-01 18:57:45 +02:00
parent cc210361d6
commit 9c01673422
+2
View File
@@ -1,3 +1,5 @@
#![no_std]
#[macro_use] extern crate stdlib;
extern crate ctype;
extern crate errno;