implement str.from_i64
This commit is contained in:
@@ -105,8 +105,7 @@ section .text
|
||||
"
|
||||
);
|
||||
|
||||
// take that rustfmt
|
||||
for name in "malloc,realloc,free,snprintf,system,gethostbyname".split(",") {
|
||||
for name in &["malloc", "realloc", "free", "system", "gethostbyname"] {
|
||||
emit!(&mut self.output, "extern {}", name);
|
||||
emit!(&mut self.output, "c.{} equ {}", name, name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user