Melon
A C++ library designed for RadishOS.
Loading...
Searching...
No Matches
Constants.hpp
1#pragma once
2
3#include <stdio.h>
4
5namespace Melon::FileSystem
6{
7 constexpr int EndOfFile = EOF;
8} // namespace Melon::FileSystem
Contains functions and classes to interact with the filesystem.
Definition FileSystem.hpp:5