This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbcico/lutil.h
2004-03-09 21:42:29 +00:00

12 lines
142 B
C

#ifndef LUTIL_H
#define LUTIL_H
/* $Id$ */
void setmyname(char *);
char *date(time_t);
int IsZMH(void);
unsigned long rnd(void);
#endif