Added crash function

This commit is contained in:
Eduard Urbach 2025-03-14 09:52:00 +01:00
parent 06f3af256b
commit 9726f1d832
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
8 changed files with 19 additions and 27 deletions

View file

@ -9,6 +9,10 @@ exit() {
kernel32.ExitProcess(0)
}
crash() {
kernel32.ExitProcess(1)
}
const cp {
utf8 65001
}