#include <cmsis-plus/posix-io/types.h>
#include <cmsis-plus/diag/trace.h>
#include <cstddef>
#include <cstdarg>
#include <sys/types.h>
Go to the source code of this file.
Classes | |
class | os::posix::io |
Base I/O class. More... | |
class | os::posix::io_impl |
Namespaces | |
namespace | os |
System namespace. | |
namespace | os::posix |
Functions | |
io * | os::posix::open (const char *path, int oflag,...) |
io * | os::posix::vopen (const char *path, int oflag, std::va_list args) |