How do I execute a command in the system shell in D (preferably Tango)?
如何在D(最好是探戈)的系统shell中执行命令?
2 个解决方案
#1
5
tango.stdc.stdlib should, as tango's docs say,
tango.stdc。就像探戈的医生说的那样,stdlib应该,
provide[s] an essentially complete interface to the standard C library (according to ISO/IEC 9899:1999)
向标准C库提供一个基本完整的接口(根据ISO/ iec9899:1999)
(stdlib.h
is where C defines system
).
(stdlib。h是C定义系统的地方。
#2
#1
5
tango.stdc.stdlib should, as tango's docs say,
tango.stdc。就像探戈的医生说的那样,stdlib应该,
provide[s] an essentially complete interface to the standard C library (according to ISO/IEC 9899:1999)
向标准C库提供一个基本完整的接口(根据ISO/ iec9899:1999)
(stdlib.h
is where C defines system
).
(stdlib。h是C定义系统的地方。