ddmd.link

Compiler implementation of the D programming language.

Members

Functions

GetShortPathNameA
uint GetShortPathNameA(char* lpszLongPath, char* lpszShortPath, uint cchBuffer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
pipe
int pipe(int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
putenv
int putenv(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
runLINK
int runLINK()

Run the linker. Return status of execution.

runProgram
int runProgram()

Run the compiled program. Return exit status.

spawnl
int spawnl(int , char* , char* , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spawnlp
int spawnlp(int , char* , char* , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
spawnv
int spawnv(int , char* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Source

See Source File
$(DMDSRC _link.d)