bmsd/xutil.h

Fri, 11 Oct 2019 22:48:43 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 11 Oct 2019 22:48:43 +0200
changeset 507
17f244137a9b
parent 0
033898178630
permissions
-rw-r--r--

Add refermentation logfile and graph.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial