Is there an equivalent to strptime in QNX?
I remember porting one a while ago, but wondered if there is a less messy
alternative.
Robert.
Is there an equivalent to strptime in QNX?
I remember porting one a while ago, but wondered if there is a less messy
alternative.
Robert.
Robert Muil <r.muil@crcmining.com.au> wrote:
Is there an equivalent to strptime in QNX?
I don’t think there is on.
(It’s a reverse strftime(), right?)
I remember porting one a while ago, but wondered if there is a less messy
alternative.
Yeah, porting is probably the best choice. It shouldn’t require much
work to port, I wouldn’t think – just string parsing code.
QNX Training Services
http://www.qnx.com/services/training/
Please followup in this newsgroup if you have further questions.
Is there an equivalent to strptime in QNX?
I don’t think there is on.
(It’s a reverse strftime(), right?)
Yup.
Yeah, porting is probably the best choice. It shouldn’t require much
work to port, I wouldn’t think – just string parsing code.
Nope. Will do.
-David
Robert.