approved tecs_dlog, added sys_util.c

This commit is contained in:
cvs
2000-05-16 14:01:23 +00:00
parent d9cac91b81
commit 24ae65783a
17 changed files with 407 additions and 240 deletions

View File

@@ -5,7 +5,7 @@
/* implemented in fortran TECS_DLOG.FOR */
int dlog_open_write_(char *file, int maxsize);
int dlog_open_write_(char *file);
/* open dlog file */
int dlog_put_(time_t *time, int *nset, float val[]);