Date: Sun, 09 Feb 2003 02:12:49 +0400 From: "Auge Mike" <tobe_better@hotmail.com> To: current@freebsd.org Subject: printf....! Message-ID: <F93rBLSAQV6uPDVniSn0000956b@hotmail.com>
next in thread | raw e-mail | index | archive | help
Hi all, 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)) I'am not really familiar with the way FreeBSD handle interrupts. I like from any one of you to tell me what functions will be called next and in which files, till we get the string of the printf function argment displayed in the terminal. Yours, _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F93rBLSAQV6uPDVniSn0000956b>