bmsd/xutil.h

Tue, 19 Jul 2022 13:44:52 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 19 Jul 2022 13:44:52 +0200
changeset 796
6ce2c2e6796e
parent 0
033898178630
permissions
-rw-r--r--

Removed inventory list, yeastbank list and all profile table editors.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial