PatchworkOS
Loading...
Searching...
No Matches
MAX_PATH.h
Go to the documentation of this file.
1#ifndef _AUX_MAX_PATH_H
2#define _AUX_MAX_PATH_H 1
3
11#define MAX_PATH 256 // Max length of a path including '\0'.
12
13#endif