summaryrefslogtreecommitdiffhomepage
path: root/include/GenericsLibrary/fstream.nhh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-12 20:41:04 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-12 20:41:04 +0100
commit89effd74d93b37025053c66bbbbd1deaea171321 (patch)
tree4db413296c8c1e00e4126b2d622402a474b62119 /include/GenericsLibrary/fstream.nhh
parente8cebdd573c584dc51c396b35810ca08cb350c82 (diff)
feat: add 'io.nhh' header.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/GenericsLibrary/fstream.nhh')
-rw-r--r--include/GenericsLibrary/fstream.nhh3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/GenericsLibrary/fstream.nhh b/include/GenericsLibrary/fstream.nhh
index b7a0a2e..5c6b0d4 100644
--- a/include/GenericsLibrary/fstream.nhh
+++ b/include/GenericsLibrary/fstream.nhh
@@ -18,6 +18,7 @@ trait fstream_traits
let fd_ := 0;
};
+//@ Implementation of fstream traits.
impl fstream : fstream_traits
{
let init()
@@ -45,4 +46,4 @@ impl fstream : fstream_traits
}
};
-#endif //@ NECTAR_GL_FSTREAM_NHH \ No newline at end of file
+#endif //@ NECTAR_GL_FSTREAM_NHH