This commit is contained in:
cvs
2002-08-22 11:57:09 +00:00
parent 3243258d29
commit 11c7126974
3 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,6 @@ int mycTime(int date) {
#ifdef F_CHAR
/* compile only when fortran c interface stuff is defined */
int F_FUN(myc_now)(void) { return mycNow(); }
int F_FUN(myc_date)(int *time) { return mycDate(*time); }
int F_FUN(myc_time)(int *date) { return mycTime(*date); }

View File

@ -49,6 +49,7 @@ typedef int sys_adr_len; /* argument of accept and gethostbyadr */
#define sys_ctrl_init() 0
#else
/* other machines are not supported */

View File

@ -3,7 +3,7 @@
#include "coc_client.h"
/*
tecc.h: tecs client interface routines
tecs_cli.h: tecs client interface routines
M. Zolliker March 2000
*/