bmsd/xutil.h

Thu, 12 Sep 2019 20:33:33 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 12 Sep 2019 20:33:33 +0200
changeset 481
fc21dcfbe51d
parent 0
033898178630
permissions
-rw-r--r--

Small code optimize for yeast inventory.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial