mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 01:58:00 +02:00
CTFE updates, including heap support
This commit is contained in:
parent
792d92d014
commit
6bb363fb4b
29 changed files with 3050 additions and 595 deletions
|
@ -36,6 +36,8 @@ namespace System.Diagnostics
|
|||
|
||||
[CallingConvention(.Cdecl)]
|
||||
static extern void Write(char8* str, int strLen);
|
||||
[CallingConvention(.Cdecl)]
|
||||
static extern void Write(int val);
|
||||
|
||||
public static void Write(String line)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue