mirror of
https://github.com/open-simh/simtools.git
synced 2026-04-30 21:38:29 +00:00
Add RSTSFLX V2.6. This is a file system access utility for RSTS
file systems. It supports reading and writing as well as a number
of other operations, such as octal dump, file system initialize,
and file system check ("clean").
This was originally maintained as a Subversion repository at
svn://akdesign.dyndns.org/flx/branches/V2.6.
as suggested by Timothe Litt on the SIMH mailing list.
This commit is contained in:
12
extracters/rstsflx/rtime.h
Normal file
12
extracters/rstsflx/rtime.h
Normal file
@@ -0,0 +1,12 @@
|
||||
extern char * cvtdate(word date , char * buf);
|
||||
/* Prototype include a typedef name.
|
||||
It should be moved after the typedef declaration */
|
||||
extern char * cvttime(word time , char * buf);
|
||||
/* Prototype include a typedef name.
|
||||
It should be moved after the typedef declaration */
|
||||
extern word curdate(void);
|
||||
/* Prototype include a typedef name.
|
||||
It should be moved after the typedef declaration */
|
||||
extern word curtime(void);
|
||||
/* Prototype include a typedef name.
|
||||
It should be moved after the typedef declaration */
|
||||
Reference in New Issue
Block a user