Date: Sat, 08 Feb 2003 01:48:11 +0400 From: "Auge Mike" <tobe_better@hotmail.com> To: freebsd-questions@FreeBSD.ORG Subject: printf ... ! Message-ID: <F41iJxkoU8oxlIUZNAj00005f89@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, _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F41iJxkoU8oxlIUZNAj00005f89>