Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

cftime and ascftime (ANSI C)

Status
Not open for further replies.

muverguz

Computer
Joined
Dec 13, 2001
Messages
2
Location
US
Does anyone know where I can find the code for the cftime and ascftime functions? and possibly the ascii equivalent?

Thanks in advance

M
 
Hi Laffalot

Thanks for the links but I'm sorry but none of them actually show the code for cftime or ascftime. I am looking to either rewrite them or find an ascii equivalent.

Thanks

M
 
Hi,

Is it you want the code that executes as the functions are executed or examples of the functions themselves.(I thought you wanted the latter)

If its the former then you want the code that the compiler compiles as it interprets the function from the time.h library. Mmm tricky.

shows what functions are inside the time.h library

A book on the code in the libraries including time.h

Failing that, right a quick program, including the time.h library & the command you want. Compile it then decompile it and see how the command looks.
Any help ?, yes no let me know.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top