Improved alignment function

This commit is contained in:
Eduard Urbach 2024-08-15 13:53:00 +02:00
parent 7092cb6626
commit bec409dbd0
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
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
}