bmsd/xutil.h

Sun, 11 Apr 2021 10:15:46 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 11 Apr 2021 10:15:46 +0200
changeset 729
eabc100b3d6b
parent 0
033898178630
permissions
-rw-r--r--

Larger range allowed in gr/hl fields in the yeast inventory

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial