How to find Unix system() function path in C

Posted by charly on Stack Overflow See other posts from Stack Overflow or by charly
Published on 2010-06-06T10:29:32Z Indexed on 2010/06/06 10:42 UTC
Read the original article Hit count: 230

Filed under:
|

i am doing a project about shell, and i want the code that gives me the path the system() function uses.

example, when i enter the command

type dir

the reply will be

dir is external command (/bin/dir)

© Stack Overflow or respective owner

Related posts about c

    Related posts about unix