Home > Archive > Fortran > December 2005 > Open Watcom Fortran: ETIME, FDATE, FLUSH, GETENV
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Open Watcom Fortran: ETIME, FDATE, FLUSH, GETENV
|
|
| victor 2005-12-16, 7:04 pm |
| Hi,
I need to call the following routines in my OW Fortran programs and I
understand that the way to handle it under windows (since it is not
implemented in OW) is to use c wrappers.
The problem is that I am not really a specialist of c wrappers. Has
anyone already implemented these?
Thanks in advance
Victor
| |
| John Doe 2005-12-16, 7:04 pm |
| victor wrote:
>Hi,
>
>I need to call the following routines in my OW Fortran programs and I
>understand that the way to handle it under windows (since it is not
>implemented in OW) is to use c wrappers.
>
>The problem is that I am not really a specialist of c wrappers. Has
>anyone already implemented these?
>
>Thanks in advance
>
>Victor
>
>
>
The online Fortran 77 users guide is a good place to start. Try to look
for the following - gettim, getdat, flushunit, fgetenv
| |
|
|
|
|
|