[Info-vax] Looking into C-include files on VMS
MetaEd
metaed at gmail.com
Thu Nov 5 14:53:34 EST 2009
On Nov 5, 10:02 am, pe... at langstoeger.at (Peter 'EPLAN' LANGSTOeGER)
wrote:
> Is system() always calling DCL or does it perhaps depend on the user's
> UAF setting (CLI: DCL)
The short answer is that it doesn't matter. Conformance with the
current POSIX standard would require system() to always call "sh".
This is the same on UNIX. UNIX has the equivalent of the UAF, you can
set the user's shell to an arbitrary executable, but system() still
can be counted on to call "sh".
More information about the Info-vax
mailing list