how do i use strace to know about system calls in my C program

Posted by Adi on Stack Overflow See other posts from Stack Overflow or by Adi
Published on 2010-05-16T14:44:32Z Indexed on 2010/05/16 14:50 UTC
Read the original article Hit count: 450

Filed under:
|
|

Hi all,

I wanted to know how can i use strace function to trace system calls in my C program and also use it for debugging my code.

regs adi

© Stack Overflow or respective owner

Related posts about c

    Related posts about system-calls