how to find Unix system call 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:32 UTC
Read the original article Hit count: 325

Filed under:
|
|
|
|

i am doing a project about shell, and i want the code that gives me the path of the system call.

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 shell