10 lines
102 B
C
10 lines
102 B
C
#ifndef LUTIL_H
|
|
#define LUTIL_H
|
|
|
|
|
|
void setmyname(char *);
|
|
char *date(long);
|
|
int IsZMH(void);
|
|
|
|
#endif
|