diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-02 19:38:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-02 19:38:33 +0200 |
| commit | 87979899ce833ca477bb563b84e3698224119dab (patch) | |
| tree | df67a0724de4c76ce594222747220c233c3bc7f5 /dev/LibC++/filesystem.h | |
| parent | 3afc481dc64a07fe7fcaff9ce7a12a492c3ec8e7 (diff) | |
| parent | fb12b9730d78052f5cafbd84fbc9a830a22cec17 (diff) | |
Merge pull request #4 from nekernel-org/dev
0.0.1
Diffstat (limited to 'dev/LibC++/filesystem.h')
| -rw-r--r-- | dev/LibC++/filesystem.h | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/dev/LibC++/filesystem.h b/dev/LibC++/filesystem.h index b97bb1f..254bfab 100644 --- a/dev/LibC++/filesystem.h +++ b/dev/LibC++/filesystem.h @@ -1,18 +1,17 @@ /* ------------------------------------------- - Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved. + Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved. ------------------------------------------- */ #ifndef __LIBCOMPILER_FS_H__ #define __LIBCOMPILER_FS_H__ -namespace std -{ - class path; - class filesystem_error; - class directory_entry; - class directory_iterator; -} // namespace std +namespace std { +class path; +class filesystem_error; +class directory_entry; +class directory_iterator; +} // namespace std -#endif // __LIBCOMPILER_FS_H__
\ No newline at end of file +#endif // __LIBCOMPILER_FS_H__
\ No newline at end of file |
