mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
8 lines
73 B
C
8 lines
73 B
C
#pragma once
|
|
|
|
// --- Functions ---
|
|
int _chdir(char* path)
|
|
{
|
|
return 0;
|
|
}
|