"Auge Mike" <[EMAIL PROTECTED]>:

> I was trying to know how "printf" works in FreeBSD... I hvae reached
> to this point :
>
> #define _write(fd, s, n) \
>       __syscall(SYS_write, (int)(fd), (const void *)(s), (size_t)(n))

if your program runs in user-space, try strace(1) or ktrace(1).

  clemens

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to