Improved alignment function

This commit is contained in:
Eduard Urbach 2024-08-15 13:53:00 +02:00
parent 999e60e294
commit c7881ab0ef
Signed by: eduard
GPG key ID: 49226B848C78F6C8
8 changed files with 56 additions and 43 deletions

View file

@ -1,3 +1,7 @@
write(_ Int, _ Pointer, _ Int) -> Int {
return 0
}
exit(_ Int) {
return
}