1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 08:30:25 +02:00

Added Exit

This commit is contained in:
Brian Fiete 2020-06-20 09:49:47 -07:00
parent 1e7bd7d43f
commit 1a17780847

View file

@ -181,5 +181,8 @@ namespace System
data.Add(0); data.Add(0);
} }
[LinkName("exit")]
public static extern void Exit(int exitCode);
} }
} }