diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-20 09:19:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-20 09:19:44 -0500 |
| commit | 274936aa8c14c09239f771bce5b5cc5b6ae507a2 (patch) | |
| tree | 6c16ac05bb73c7aea0bb4a69f5bc77c2f6ca2d77 /dev/LibC++/new.cc | |
| parent | 3cc0546417ed38c69a5ba0af1d7fd4c47af1401f (diff) | |
| parent | 56db5137ddd10f476b9820944b47ab72c6f8e019 (diff) | |
Merge pull request #25 from nekernel-org/dev
first set of patches to stable.
Diffstat (limited to 'dev/LibC++/new.cc')
| -rw-r--r-- | dev/LibC++/new.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/LibC++/new.cc b/dev/LibC++/new.cc new file mode 100644 index 0000000..4882652 --- /dev/null +++ b/dev/LibC++/new.cc @@ -0,0 +1,8 @@ +/* ------------------------------------------- + + Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. + +------------------------------------------- */ + +#include <LibC++/new.h> + |
