mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Added Exit
This commit is contained in:
parent
1e7bd7d43f
commit
1a17780847
1 changed files with 3 additions and 0 deletions
|
@ -181,5 +181,8 @@ namespace System
|
|||
|
||||
data.Add(0);
|
||||
}
|
||||
|
||||
[LinkName("exit")]
|
||||
public static extern void Exit(int exitCode);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue