distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
dirent.h File Reference

dirent.h, suitable for newlib, which does not provide one. More...

#include <sys/types.h>
Include dependency graph for dirent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dirent
 

Macros

#define NAME_MAX   255
 

Detailed Description

dirent.h, suitable for newlib, which does not provide one.

Author
Copyright (C) 2018-2019 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Macro Definition Documentation

◆ NAME_MAX

#define NAME_MAX   255

maximum number of bytes in a filename (not including the terminating null of a filename string)