Added byte type

This commit is contained in:
Eduard Urbach 2025-02-21 11:27:45 +01:00
parent 8b932fb332
commit a42115c0fb
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
8 changed files with 16 additions and 13 deletions

View file

@ -1,5 +1,5 @@
extern user32 {
MessageBoxA(window *any, text *int8, title *int8, flags uint) -> int
MessageBoxA(window *any, text *byte, title *byte, flags uint) -> int
}
main() {