Streamline main() with DMD's (ddmd/mars.d)

This commit is contained in:
Martin 2016-08-27 15:54:47 +02:00
parent 37559774a7
commit 24cecc268c
4 changed files with 170 additions and 168 deletions

View file

@ -43,12 +43,12 @@ int createStaticLibrary();
/**
* Delete the executable that was previously linked with linkObjToBinary.
*/
void deleteExecutable();
void deleteExeFile();
/**
* Runs the executable that was previously linked with linkObjToBinary.
* @return the return status of the executable.
*/
int runExecutable();
int runProgram();
#endif // LDC_DRIVER_LINKER_H