bmsd/xutil.h

Thu, 31 Jan 2019 14:09:54 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 31 Jan 2019 14:09:54 +0100
changeset 224
d3cdcfac81cb
parent 0
033898178630
permissions
-rw-r--r--

In hop grid friendly show duration. Finished hops popup editor. Made the IBU display readonly.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial