#ifndef LUTIL_H
#define LUTIL_H

/* $id$ */

void		setmyname(char *);
char		*date(long);
int		IsZMH(void);
unsigned long	rnd(void);

#endif