bmsd/xutil.h

Tue, 12 May 2020 16:08:30 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 12 May 2020 16:08:30 +0200
changeset 677
6e82fece1f8f
parent 0
033898178630
permissions
-rw-r--r--

Consistent use of group names is important.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial