[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mntlib46: system(), sysconf()



|>
|> well then there's still (v)fork/execv* or even (if you don't care
|>about portability) spawnv*...
Yes, but system() does the command line parsing.
|>
|> but then why not, keeping the old one as _system() doesn't hurt.
|>i think. :)  and its better than selecting the method at runtime...
I agree.

Regards, Bjarne