nightmaremail
Unnamed repository; edit this file 'description' to name the repository.
Log
|
Files
|
Refs
myctime.h (69B)
1
#ifndef MYCTIME_H
2
#define MYCTIME_H
3
4
extern char *myctime();
5
6
#endif