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

Re: mntlib46: system(), sysconf()



|>What's the aim of the MiNT lib? To be as close as possible to
|>Unix-style libs? If so, system() breaks here! Why don't you
|>simply fork(), child calls `/bin/sh -c' with the argument and
|>parent waits (wait()) for termination?

Please do not throw away the old system code. Call it _system or
something like that. It is often useful uf you want to start a program
and you do not have a /bin/sh installed!

Bjarne