Added byte type

This commit is contained in:
2025-02-21 11:27:45 +01:00
parent 8b932fb332
commit a42115c0fb
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() {