diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-14 10:58:53 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-14 10:58:53 +0100 |
| commit | 9cf3a4835418d4de6470dbfa6bf51b4d8b262602 (patch) | |
| tree | 9caf9c5dd9cb9da9628bfeaa8d14b63448dace1b /include/GenericsLibrary | |
| parent | 4f2dc0a06675f1ac076a4418704dd500f788505b (diff) | |
chore: Examples improvements of Nectar.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/GenericsLibrary')
| -rw-r--r-- | include/GenericsLibrary/ostream.nhh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/GenericsLibrary/ostream.nhh b/include/GenericsLibrary/ostream.nhh index 6561f80..665e3b8 100644 --- a/include/GenericsLibrary/ostream.nhh +++ b/include/GenericsLibrary/ostream.nhh @@ -10,6 +10,15 @@ impl ostream { + ostream() + { + return; + } + + ~ostream() + { + return; + } let write(let data, let size) { |
