diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-25 09:15:08 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-25 09:15:08 +0100 |
| commit | e101c9a779a8df023973be161453994fe2aa6346 (patch) | |
| tree | eac723ee0404357844adaf8d2e15d3a0cc99480f /lib/stdx.cc | |
| parent | 67670dd3be23a731e3ac4156c36e873102159042 (diff) | |
feat(lib): Introduce varadic arguments by reference instead of copying
them.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'lib/stdx.cc')
| -rw-r--r-- | lib/stdx.cc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/stdx.cc b/lib/stdx.cc index bbc7ef0..dd6d4c6 100644 --- a/lib/stdx.cc +++ b/lib/stdx.cc @@ -1,5 +1,10 @@ -/* written by Amlal El Mahrouss */ +/* + * File: stdx.cc + * Author: Amlal El Mahrouss, + * Copyright 2023-2025, Amlal El Mahrouss all rights reserved. + */ + #include <stdx.hpp> -// eof +// EOF |
