diff options
Diffstat (limited to 'dev/LibC++')
| -rw-r--r-- | dev/LibC++/new.cc | 8 | ||||
| -rw-r--r-- | dev/LibC++/new.h | 1 |
2 files changed, 8 insertions, 1 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> + diff --git a/dev/LibC++/new.h b/dev/LibC++/new.h index 8b09328..f20dc3f 100644 --- a/dev/LibC++/new.h +++ b/dev/LibC++/new.h @@ -1,4 +1,3 @@ - /* ------------------------------------------- Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. |
