mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-11-22 14:50:12 +01:00
4 lines
141 B
C
4 lines
141 B
C
#define PATH_MAX MAX_PATH
|
|
|
|
/* removes first '/' for Windows paths that are unix styled. Ex: /c:/ab.cd */
|
|
char * sanitized_path(const char *); |