_popen

Convenience function that forwards to core.sys.posix.stdio.popen with appropriately-constructed C-style strings.

version(Posix)
@trusted nothrow @nogc
FILE*
_popen
(
R1
R2
)
(
R1 name
,
R2 mode = "r"
)

Meta