HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the documentation of this file. 1 #ifndef _POSIX_TESTS_H_
2 #define _POSIX_TESTS_H_
MEMSPACE int hexdump(char *name, int dopage)
MEMSPACE long copy(char *from, char *to)
Copy a file.
MEMSPACE int setpage(int count)
MEMSPACE int ls_info(char *name, int verbose)
list one file
MEMSPACE long upload(char *name)
MEMSPACE long logfile(char *name, char *str)
MEMSPACE int posix_tests(int argc, char *argv[])
POSIX tests.
MEMSPACE uint16_t sum(char *name)
MEMSPACE int ls(char *name, int verbose)
Directory listing.
MEMSPACE long cat(char *name, int dopage)
Display the contents of a file.
MEMSPACE int testpage(int count)
Used to page output of functions like cat, hexdump, etc.
MEMSPACE void posix_help(int full)