bmsd/xutil.h

Sat, 29 Feb 2020 15:24:02 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 29 Feb 2020 15:24:02 +0100
changeset 613
26a7a04acef3
parent 0
033898178630
permissions
-rw-r--r--

Fixed package bottles and kegs amount settings.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial