Added crash function
This commit is contained in:
parent
06f3af256b
commit
9726f1d832
8 changed files with 19 additions and 27 deletions
|
@ -9,6 +9,10 @@ exit() {
|
|||
kernel32.ExitProcess(0)
|
||||
}
|
||||
|
||||
crash() {
|
||||
kernel32.ExitProcess(1)
|
||||
}
|
||||
|
||||
const cp {
|
||||
utf8 65001
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue