Hello everyone! I found the function "UnixTimeToTime" in gpc.pas declared as "external" and was wondering where I could find the implementation. May someone please help me? best regards Patrick Wieland
On Oct 19, 2007, at 4:16 PM, Wieland, Patrick wrote:
Hello everyone! I found the function "UnixTimeToTime" in gpc.pas declared as "external" and was wondering where I could find the implementation. May someone please help me?
The implementation is in rts.c found in the rts directory of the GPC sources.. The C function is _p_UnixTimeToTime.
Gale Paeper gpaeper@empirenet.com