Re: looking for 'ftime' from...
Re: looking for 'ftime' from...
- Subject: Re: looking for 'ftime' from...
- From: Henry McGilton <email@hidden>
- Date: Sun, 8 Jun 2003 17:38:29 -0700
On Sunday, June 8, 2003, at 04:32 PM, Michael McGonagle wrote:
Hello all,
I am trying to port over some Pure Data externals, and one uses a
function that as far as can tell, has been depreciated. I am looking
for 'ftime', and the man page says to include the following:
#include <sys/types.h>
#include <sys/timeb.h>
These header files do get included, but the compiler still can't find
'ftime'. I did an 'fgrep' on the header files in question, and I get
the following:
timeb.h:/* The ftime(2) system call structure -- deprecated. */
Look at gettimeofday instead.
Best Wishes,
........ Henry
===============================+============================
Henry McGilton, Boulevardier | Trilithon Software
Objective-C/Java Composer | Seroia Research
-------------------------------+----------------------------
mailto:email@hidden |
http://www.trilithon.com
|
===============================+============================
_______________________________________________
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.