bmsd/xutil.h

Thu, 13 Oct 2022 08:50:31 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 13 Oct 2022 08:50:31 +0200
changeset 839
1590da0dd513
parent 0
033898178630
permissions
-rw-r--r--

The global setup field grain_absorbtion was changed.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial