Date: Wed, 9 Apr 1997 10:19:42 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: hudginsj@smtp.dancooks.com (Jason Hudgins) Cc: hackers@FreeBSD.ORG Subject: Re: time.h and strptime() Message-ID: <199704091719.KAA07174@phaeton.artisoft.com> In-Reply-To: <EC9C10323@smtp.dancooks.com> from "Jason Hudgins" at Apr 9, 97 09:00:29 am
next in thread | previous in thread | raw e-mail | index | archive | help
> Solaris and gnu's libc both have a strptime() function in the ********** > standard time.h header... Does freebsd have an equivalent anywhere ********** > or will I need to hack one out if I want to use it. This question would be easier to answer if you told it what it does. If it returns a NULL given any time struct at all, you can use this: #define strptime(timeval) NULL I kind of doubt that's the behaviour you're looking for? 8-| Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704091719.KAA07174>