New TECS Version Sept. 2001 M.Z.

This commit is contained in:
cvs
2001-09-03 14:39:22 +00:00
parent 33e7751176
commit 9ff760a8bc
2 changed files with 102 additions and 0 deletions

11
tecs/instr_hosts.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef _INSTR_HOSTS_H_
#define _INSTR_HOSTS_H_
int InstrHost(char *input, char *instr, char *host, char *user, char *pcod
, int instr_len, int host_len, int user_len, int pcod_len);
/* input may be a host of instrument name
output is: instrument name, host name, user name and pcod (the code needed to enter...)
*/
#endif /* _INSTR_HOSTS_H_ */