bmsd/xutil.h

Thu, 31 Jan 2019 22:39:36 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 31 Jan 2019 22:39:36 +0100
changeset 226
40e68b18b50d
parent 0
033898178630
permissions
-rw-r--r--

The recipes yeast grid now uses a popup editor.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial