mirror of
https://github.com/Team-Resurgent/xbmc4xbox-redux.git
synced 2026-08-15 20:18:49 -07:00
6 lines
69 B
C
Executable File
6 lines
69 B
C
Executable File
char *getcwd(char *buf, int size)
|
|
{
|
|
buf[0] = '\0';
|
|
return buf;
|
|
}
|