- GetFullPathNameA
DWORD GetFullPathNameA(LPCSTR lpFileName, DWORD nBufferLength, LPSTR lpBuffer, LPSTR* lpFilePart)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- canonicalize_file_name
char* canonicalize_file_name(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mkdir
int mkdir(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- stricmp
int stricmp(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Compiler implementation of the D programming language http://dlang.org