Added byte type

This commit is contained in:
Eduard Urbach 2025-02-21 11:27:45 +01:00
parent 46ceb738ed
commit 8f3fa494ba
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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() {