Re: NSTask and child process buffering.
Re: NSTask and child process buffering.
- Subject: Re: NSTask and child process buffering.
- From: Sherm Pendley <email@hidden>
- Date: Thu, 21 Feb 2002 12:17:37 -0500
On Thursday, February 21, 2002, at 09:34 AM, Ondra Cada wrote:
You have to fake being a terminal. Though, I am afraid I don't know how
to
-- I've never needed that myself :(
#include <stdio.h>
setvbuf(stream, NULL, _IONBF, 0);
sherm--
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.