PatchworkOS
19e446b
A non-POSIX operating system.
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
MAX_PATH.h
Go to the documentation of this file.
1
#ifndef _INTERNAL_MAX_PATH_H
2
#define _INTERNAL_MAX_PATH_H 1
3
4
/**
5
* @brief Maximum length of filepaths.
6
*
7
* The `MAX_PATH` macro is the size of a buffer required to store the longest possible filepath that Patchwork supports,
8
* including the `\0` char.
9
*
10
*/
11
#define MAX_PATH 256
// Max length of a path including '\0'.
12
13
#endif
include
_libstd
MAX_PATH.h
Generated on Sat Jan 24 2026 10:59:24 for PatchworkOS by
1.9.8