Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/assaultcube/AC
/ unixpath
Function
unixpath
source/src/stream.cpp:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
char *unixpath(char *s)
80
{
81
for(char *t = s; (t = strchr(t,
'\\'
)); *t++ =
'/'
);
82
return s;
83
}
84
85
char *path(const char *s, bool copy)
86
{
Callers
5
set
Method · 0.85
mountzip
Function · 0.85
fixzipname
Function · 0.85
audiomanager.cpp
File · 0.85
requirepackage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected