bmsd/xutil.h

Tue, 21 Jan 2020 11:09:25 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 21 Jan 2020 11:09:25 +0100
changeset 600
c136dd22f662
parent 0
033898178630
permissions
-rw-r--r--

Handle non excisting logfiles.

#ifndef	_XUTIL_H
#define	_XUTIL_H

char *xmalloc(size_t);
char *xstrcpy(char *);
char *xstrcat(char *, char *);

#endif

mercurial