summaryrefslogtreecommitdiff
path: root/os.h
blob: 88708cd98f3dd4eb4741fcdff5a59ec959cc645c (plain)
1
2
3
4
5
6
7
8
int getchtm (int *);
void os_start ();
void cooked ();
void os_finish ();
void cbreak ();
void os_collect();
int legal_filename_prefix(char *s);
char *os_init_file_name();