- __assert
void __assert(char* msg, char* file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.
- _setjmp
int _setjmp(jmp_buf )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- copyString
string copyString(char* str)
Undocumented in source. Be warned that the author may not have intended to support it.
- copyString
string copyString(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmd_coverDestPath
void dmd_coverDestPath(string path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- extractStrings
void extractStrings(Vector!string container, string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- longjmp
void longjmp(jmp_buf , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- main
int main(int argc, char** args)
Undocumented in source. Be warned that the author may not have intended to support it.
- rt_init
int rt_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rt_term
int rt_term()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.