What is _doprnt(fmt,args,&fil)?

Stacy L Ramirez seaotter at athena.mit.edu
Thu Aug 16 09:33:17 AEST 1990


Came across this the other day...

	static FILE fil;
	char *fmt;
	int args;

		...

	_doprnt(fmt,asrgs,&fil);

but I can't find any documentation of what _doprnt is: grep through
/usr/include/*.h, /usr/man/cat3/* fails to show any _doprnt.  Can
someone please tell me what it does and how I can implement it with
other functions from the standard headers?

Any help is *MUCH* appreciated...

Peace dammit,

Mike

____Mike_Zraly____________________________________________________________
|	obligatory address	: c/o seaotter at athena.mit.edu		 |
|	obligatory disclaimer	: My views don't represent anyone but me |
|	obligatory quote	: Nothing takes the taste out of peanut  |
|				  butter quite like unrequited love.	 |
|							-- Charlie Brown |
:________________________________________________________________________:



More information about the Comp.lang.c mailing list