Files
mop3/include/m/path.h
kamkow1 7726fd2f00
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m29s
Implement VFS syscalls
2026-02-15 21:34:07 +01:00

7 lines
80 B
C

#ifndef _M_PATH_H
#define _M_PATH_H
#define MAX_PATH 1024
#endif // _M_PATH_H