Date: 9 Feb 2003 15:34:07 +0100 From: "clemens fischer" <ino-qc@spotteswoode.de.eu.org> To: "Auge Mike" <tobe_better@hotmail.com> Cc: current@freebsd.org Subject: Re: printf....! Message-ID: <8ywpr09s.fsf@ID-23066.news.dfncis.de> In-Reply-To: <F93rBLSAQV6uPDVniSn0000956b@hotmail.com> ("Auge Mike"'s message of "Sun, 09 Feb 2003 02:12:49 %2B0400") References: <F93rBLSAQV6uPDVniSn0000956b@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Auge Mike" <tobe_better@hotmail.com>: > 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8ywpr09s.fsf>