This website requires JavaScript.
Explore
Help
Sign In
TheCurle
/
Erythro
Watch
1
Star
0
Fork
1
You've already forked Erythro
Code
Issues
Pull Requests
1
Releases
Wiki
Activity
70ae06af44
Erythro
/
tests
/
printf.er
6 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix rsp not being escaped properly in the Win32 GAS ASM generator
2023-04-23 18:20:09 +00:00
import "tests/print.em"
Remove Print<x> functions. We can printf, baby.
2021-01-18 00:26:30 +00:00
int :: main () {
printf("%s\r\n", "hi there");
return (0);
}
Reference in New Issue
Copy Permalink