mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
New import rules.
This commit is contained in:
committed by
Christoffer Lerno
parent
2d608a4d51
commit
09d50ebf6c
@@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by the MIT license
|
||||
// a copy of which can be found in the LICENSE_STDLIB file.
|
||||
module std::builtin;
|
||||
import libc;
|
||||
|
||||
fault VarCastResult
|
||||
{
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
module std::mem;
|
||||
import libc;
|
||||
|
||||
private fn void*! null_allocator_fn(void *data, usize bytes, usize alignment, void* old_pointer, AllocationKind kind)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user